Shrink the Workspaces sidebar label to xs

This commit is contained in:
Mohamed Boudra
2026-06-17 11:30:05 +07:00
parent 7e5d7f7c67
commit a61118776a

View File

@@ -1149,7 +1149,7 @@ const styles = StyleSheet.create((theme) => ({
},
workspacesSectionTitle: {
color: theme.colors.foregroundMuted,
fontSize: theme.fontSize.sm,
fontSize: theme.fontSize.xs,
fontWeight: theme.fontWeight.normal,
},
workspacesSectionActions: {