mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +00:00
bottom nav text color change for fruit sorbet
This commit is contained in:
parent
a05121b62e
commit
dc2f344779
2 changed files with 5 additions and 2 deletions
|
@ -175,7 +175,7 @@ class _WalletNavigationBarState extends ConsumerState<WalletNavigationBar> {
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"Paynym",
|
"Paynym",
|
||||||
style: STextStyles.w600_12(context),
|
style: STextStyles.buttonSmall(context),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 16,
|
width: 16,
|
||||||
|
@ -184,6 +184,9 @@ class _WalletNavigationBarState extends ConsumerState<WalletNavigationBar> {
|
||||||
Assets.svg.robotHead,
|
Assets.svg.robotHead,
|
||||||
height: 20,
|
height: 20,
|
||||||
width: 20,
|
width: 20,
|
||||||
|
color: Theme.of(context)
|
||||||
|
.extension<StackColors>()!
|
||||||
|
.bottomNavIconIcon,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
@ -1065,7 +1065,7 @@ class STextStyles {
|
||||||
);
|
);
|
||||||
case ThemeType.fruitSorbet:
|
case ThemeType.fruitSorbet:
|
||||||
return GoogleFonts.inter(
|
return GoogleFonts.inter(
|
||||||
color: _theme(context).textDark,
|
color: _theme(context).bottomNavIconIcon,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue