diff --git a/apps/skolplattformen-app/components/navigationTitle.component.tsx b/apps/skolplattformen-app/components/navigationTitle.component.tsx index e6c7a88a..e1097c4a 100644 --- a/apps/skolplattformen-app/components/navigationTitle.component.tsx +++ b/apps/skolplattformen-app/components/navigationTitle.component.tsx @@ -32,5 +32,5 @@ const styles = StyleSheet.create({ ...fontSize.sm, fontWeight: '500', }, - subtitle: { ...fontSize.sm }, + subtitle: { ...fontSize.base }, })