feat(mobile): 2026 font (#25213)

This commit is contained in:
Alex
2026-01-13 09:59:57 -06:00
committed by GitHub
parent 6e86697996
commit aba85b036c
24 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class PinInput extends StatelessWidget {
final defaultPinTheme = PinTheme(
width: getPinSize().width,
height: getPinSize().height,
textStyle: TextStyle(fontSize: 24, color: context.colorScheme.onSurface, fontFamily: 'Overpass Mono'),
textStyle: TextStyle(fontSize: 24, color: context.colorScheme.onSurface, fontFamily: 'GoogleSansCode'),
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(19)),
border: Border.all(color: context.colorScheme.surfaceBright),