Update Fill Secondary Dark Mode colors (#580)

* Update Fill Secondary Dark Mode colors

* Update CHANGELOG.md

* correct color

* correct color

* format
This commit is contained in:
emir yorulmaz
2026-04-20 15:42:42 +03:00
committed by GitHub
parent 1e7bb2fde2
commit 7293a5debd
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -33,6 +33,7 @@ class _NeutralColors {
static const Color neutral500 = Color(0xFF737373);
static const Color neutral650 = Color(0xFF494949);
static const Color neutral700 = Color(0xFF404040);
static const Color neutral750 = Color(0xFF333333);
static const Color neutral800 = Color(0xFF262626);
static const Color neutral850 = Color(0xFF1E1E1F);
static const Color neutral900 = Color(0xFF171717);
@@ -679,9 +680,9 @@ class SemanticColors extends ThemeExtension<SemanticColors> {
fillPrimary: _BaseColors.white,
fillPrimaryHover: _NeutralColors.neutral200,
fillPrimaryActive: _NeutralColors.neutral200,
fillSecondary: _NeutralColors.neutral900,
fillSecondaryHover: _NeutralColors.neutral850,
fillSecondaryActive: _NeutralColors.neutral850,
fillSecondary: _NeutralColors.neutral800,
fillSecondaryHover: _NeutralColors.neutral750,
fillSecondaryActive: _NeutralColors.neutral750,
fillTertiary: _BaseColors.transparent,
fillTertiaryHover: _NeutralColors.neutral850,
fillTertiaryActive: _NeutralColors.neutral850,