home view button bar secondary color

This commit is contained in:
julian 2023-01-24 13:03:00 -06:00
parent 94896ea19f
commit 9c0992ffbf

View file

@ -71,7 +71,9 @@ class _HomeViewButtonBarState extends ConsumerState<HomeViewButtonBar> {
? Theme.of(context) ? Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.buttonTextPrimary .buttonTextPrimary
: Theme.of(context).extension<StackColors>()!.textDark, : Theme.of(context)
.extension<StackColors>()!
.buttonTextSecondary,
), ),
), ),
), ),
@ -118,7 +120,9 @@ class _HomeViewButtonBarState extends ConsumerState<HomeViewButtonBar> {
? Theme.of(context) ? Theme.of(context)
.extension<StackColors>()! .extension<StackColors>()!
.buttonTextPrimary .buttonTextPrimary
: Theme.of(context).extension<StackColors>()!.textDark, : Theme.of(context)
.extension<StackColors>()!
.buttonTextSecondary,
), ),
), ),
), ),