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 *
(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