TF-2972 Turn color of Clean button into primary to have consistent color in app

This commit is contained in:
dab246
2024-07-17 14:00:59 +07:00
committed by Dat H. Pham
parent 287b6b74b0
commit 2a22cb1174
3 changed files with 5 additions and 6 deletions
@@ -197,7 +197,6 @@ extension AppColor on Color {
static const colorCreateFiltersButton = Color(0xFFF3F3F7);
static const colorTextBody = Color(0xFF818C99);
static const colorClosePopupDialogButton = Color(0xFFAEB7C2);
static const colorEmptyPopupDialogButton = Color(0xFFFFC107);
static const colorCancelPopupDialogButton = Color(0xFFEBEDF0);
static const colorRemoveRuleFilterConditionButton = Color(0xFFE6E8EC);
static const colorComposerShadowTop = Color(0x28000000);