Merge pull request #337 from pangeachat/fix-toolbar-text-color

Fix toolbar text color
pull/1183/head
ggurdin 1 year ago committed by GitHub
commit 81ec5303be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save