Merge pull request #337 from pangeachat/fix-toolbar-text-color
Fix toolbar text color
This commit is contained in:
commit
81ec5303be
1 changed files with 1 additions and 5 deletions
|
|
@ -19,11 +19,7 @@ class BotStyle {
|
|||
AppConfig.fontSizeFactor *
|
||||
(big == true ? 1.2 : 1),
|
||||
fontStyle: italics ? FontStyle.italic : null,
|
||||
color: setColor
|
||||
? Theme.of(context).brightness == Brightness.dark
|
||||
? AppConfig.primaryColorLight
|
||||
: AppConfig.primaryColor
|
||||
: null,
|
||||
color: setColor ? Theme.of(context).colorScheme.primary : null,
|
||||
inherit: true,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue