chore: Adjust some colors
This commit is contained in:
parent
06c8e45e79
commit
41f2d23951
3 changed files with 8 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ class _Reaction extends StatelessWidget {
|
|||
final textColor = Theme.of(context).brightness == Brightness.dark
|
||||
? Colors.white
|
||||
: Colors.black;
|
||||
final color = Theme.of(context).secondaryHeaderColor;
|
||||
final color = Theme.of(context).scaffoldBackgroundColor;
|
||||
final fontSize = DefaultTextStyle.of(context).style.fontSize;
|
||||
final padding = fontSize / 5;
|
||||
Widget content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue