D1APP-1 icon theme fixed
This commit is contained in:
parent
a472c97c4e
commit
8b3d03caeb
|
|
@ -83,7 +83,7 @@ class DarkThemeConfig {
|
||||||
fontFamily: 'Dana-FA',
|
fontFamily: 'Dana-FA',
|
||||||
textTheme: _textTheme,
|
textTheme: _textTheme,
|
||||||
iconTheme: IconThemeData(
|
iconTheme: IconThemeData(
|
||||||
color: _colorScheme.focusedBorder,
|
color: _colorScheme.text,
|
||||||
),
|
),
|
||||||
cardColor: _colorScheme.surface,
|
cardColor: _colorScheme.surface,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue