Bot_style uses theme color for text

pull/1183/head
Kelrap 1 year ago
parent 7c12c87876
commit 0983b11857

@ -19,11 +19,7 @@ class BotStyle {
AppConfig.fontSizeFactor * AppConfig.fontSizeFactor *
(big == true ? 1.2 : 1), (big == true ? 1.2 : 1),
fontStyle: italics ? FontStyle.italic : null, fontStyle: italics ? FontStyle.italic : null,
color: setColor color: setColor ? Theme.of(context).colorScheme.primary : null,
? Theme.of(context).brightness == Brightness.dark
? AppConfig.primaryColorLight
: AppConfig.primaryColor
: null,
inherit: true, inherit: true,
); );

Loading…
Cancel
Save