mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
add OLED Black and Fruit Sorbet theme cases to currency text style
This commit is contained in:
parent
cfb187d629
commit
12ba1fa24a
1 changed files with 24 additions and 0 deletions
|
@ -1393,6 +1393,30 @@ class STextStyles {
|
|||
..strokeCap = StrokeCap.round
|
||||
..style = PaintingStyle.stroke,
|
||||
);
|
||||
// case ThemeType.OLEDblack:
|
||||
// return GoogleFonts.inter(
|
||||
// color: _theme(context).textDark,
|
||||
// fontWeight: FontWeight.w500,
|
||||
// fontSize: 16,
|
||||
// background: Paint()
|
||||
// ..color = Theme.of(context).extension<StackColors>()!.highlight
|
||||
// ..strokeWidth = 8
|
||||
// ..strokeJoin = StrokeJoin.round
|
||||
// ..strokeCap = StrokeCap.round
|
||||
// ..style = PaintingStyle.stroke,
|
||||
// );
|
||||
// case ThemeType.fruitSorbet:
|
||||
// return GoogleFonts.inter(
|
||||
// color: _theme(context).textDark,
|
||||
// fontWeight: FontWeight.w500,
|
||||
// fontSize: 16,
|
||||
// background: Paint()
|
||||
// ..color = Theme.of(context).extension<StackColors>()!.highlight
|
||||
// ..strokeWidth = 8
|
||||
// ..strokeJoin = StrokeJoin.round
|
||||
// ..strokeCap = StrokeCap.round
|
||||
// ..style = PaintingStyle.stroke,
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue