Skip to content

Commit

Permalink
feat: add fixme for NimbusMono font
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Oct 22, 2024
1 parent 8d49e58 commit 48d7d24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/theme/extended_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -373,26 +373,31 @@ class ExtendedTheme extends ThemeExtension<ExtendedTheme> {
backgroundBox: Color.fromRGBO(114, 114, 114, 0.08),
hdWalletTypeBgColor: WitnetPallet.mediumGrey,
singleWalletBgColor: WitnetPallet.brown,
//FIXME(#606): Update NimbusMono font
monoSmallText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w400,
color: WitnetPallet.darkGrey,
fontSize: 14),
//FIXME(#606): Update NimbusMono font
monoRegularText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w400,
color: WitnetPallet.darkGrey,
fontSize: 16),
//FIXME(#606): Update NimbusMono font
monoMediumText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w500,
color: WitnetPallet.darkGrey,
fontSize: 16),
//FIXME(#606): Update NimbusMono font
monoLargeText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w500,
color: WitnetPallet.darkGrey,
fontSize: 18),
//FIXME(#606): Update NimbusMono font
monoBoldText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w700,
Expand Down Expand Up @@ -456,26 +461,31 @@ class ExtendedTheme extends ThemeExtension<ExtendedTheme> {
hdWalletTypeBgColor: WitnetPallet.mediumGrey,
singleWalletBgColor: WitnetPallet.brown,
navigationColor: WitnetPallet.black,
//FIXME(#606): Update NimbusMono font
monoSmallText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w400,
color: WitnetPallet.white,
fontSize: 14),
//FIXME(#606): Update NimbusMono font
monoRegularText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w400,
color: WitnetPallet.white,
fontSize: 16),
//FIXME(#606): Update NimbusMono font
monoMediumText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w400,
color: WitnetPallet.white,
fontSize: 16),
//FIXME(#606): Update NimbusMono font
monoBoldText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w700,
color: WitnetPallet.white,
fontSize: 16),
//FIXME(#606): Update NimbusMono font
monoLargeText: TextStyle(
fontFamily: 'NimbusMono',
fontWeight: FontWeight.w500,
Expand Down

0 comments on commit 48d7d24

Please sign in to comment.