Bot_style uses theme color for text
This commit is contained in:
parent
7c12c87876
commit
0983b11857
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