TF-3956 Adjust UI for vacation section in setting on web

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-08-08 16:25:05 +07:00
committed by Dat H. Pham
parent d4a56afaa1
commit f68965fd2a
17 changed files with 983 additions and 771 deletions
@@ -117,21 +117,16 @@ extension AppColor on Color {
static const colorShadowComposerButton = Color(0x99007AFF);
static const colorBackgroundTagFilter = Color(0xFF6D7885);
static const colorDefaultRichTextButton = Color(0xFF99A2AD);
static const colorFocusRichTextButton = Color(0x146D7885);
static const colorStyleBlockQuote = Color(0xFFEEEEEE);
static const colorBorderStyleCode = Color(0xFFCCCCCC);
static const colorBackgroundStyleCode = Color(0xFFF5F5F5);
static const colorBorderWrapIconStyleCode = Color(0xFFE4E4E4);
static const colorBackgroundWrapIconStyleCode = Color(0xFFF2F3F5);
static const colorSelectedRichTextButton = Color(0x99EBEDF0);
static const colorShadowDestinationPicker = Color(0x33000000);
static const colorBackgroundSnackBar = Color(0xFF343438);
static const colorBackgroundHeaderListRuleFilter = Color(0xFFFAF7F7);
static const colorBorderListRuleFilter = Color(0xFFE7E8EC);
static const colorBackgroundFieldConditionRulesFilter = Color(0xFFF2F3F5);
static const colorDeletePermanentlyButton = Color(0xffE64646);
static const colorVacationSettingExplanation = Color(0xFF686E76);
static const colorBackgroundVacationSettingField = Color(0xFFF2F3F5);
static const colorBackgroundNotificationVacationSetting= Color(0xFFFFF5C2);
static const colorDivider = Color(0xFFE7E8EC);
static const colorCloseButton = Color(0xFF818C99);
@@ -59,6 +59,7 @@ class ColorPickerDialogBuilder {
actionsPadding: const EdgeInsets.symmetric(vertical: 8, horizontal: 16),
actionsAlignment: MainAxisAlignment.center,
actionsOverflowButtonSpacing: 8,
backgroundColor: Colors.white,
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(15)),
scrollable: true,
elevation: 10,