We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab44dc commit deeba84Copy full SHA for deeba84
apps/ui/sources/components/tools/shell/views/ToolView.tsx
@@ -486,7 +486,7 @@ const styles = StyleSheet.create((theme) => ({
486
},
487
toolDescription: {
488
fontSize: 13,
489
- ...Typography.default('regular'),
+ fontWeight: '400',
490
color: theme.colors.textSecondary,
491
marginTop: 2,
492
0 commit comments