This commit is contained in:
2026-07-20 15:08:07 +02:00
parent 66bdf646ae
commit 5037b00699
5 changed files with 13 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ const styles = StyleSheet.create({
pressed: { opacity: 0.9 },
header: { paddingHorizontal: space.gutter },
greeting: { fontFamily: font.display, fontSize: 28, letterSpacing: -0.5, color: colors.ink },
greeting: { fontFamily: font.serif, fontSize: 28, letterSpacing: -0.5, color: colors.ink },
greetingSub: { fontFamily: font.semibold, fontSize: 15, color: colors.slate, marginTop: 3 },
scanCard: {