Skip to content

Commit deeba84

Browse files
committed
fix(ui): harden tool description font weight
1 parent 7ab44dc commit deeba84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ui/sources/components/tools/shell/views/ToolView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ const styles = StyleSheet.create((theme) => ({
486486
},
487487
toolDescription: {
488488
fontSize: 13,
489-
...Typography.default('regular'),
489+
fontWeight: '400',
490490
color: theme.colors.textSecondary,
491491
marginTop: 2,
492492
},

0 commit comments

Comments
 (0)