TF-2684 Enable selectable in blue bar
This commit is contained in:
@@ -6,7 +6,6 @@ import 'package:flutter/material.dart';
|
||||
class EmailSubjectStyles {
|
||||
static const double textSize = 20;
|
||||
static const int? maxLines = PlatformInfo.isWeb ? 2 : null;
|
||||
static const int? minLines = PlatformInfo.isWeb ? 1 : null;
|
||||
|
||||
static const Color textColor = AppColor.colorNameEmail;
|
||||
static const Color cursorColor = AppColor.colorTextButton;
|
||||
|
||||
Reference in New Issue
Block a user