TF-2684 Enable selectable in blue bar

This commit is contained in:
dab246
2024-03-13 01:08:51 +07:00
committed by Dat H. Pham
parent 8ddb4b9275
commit 56eff652fb
11 changed files with 463 additions and 422 deletions
@@ -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;