Skip to content

Commit

Permalink
fix: default font size to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 7, 2024
1 parent 65a8658 commit baf63c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Text({
const styleSheet = createStyleSheet(theme => ({
text(variant?: VariantProps) {
const {
size = 18,
size = 16,
contrast = 'high',
weight = 'regular',
color = 'gray',
Expand Down

0 comments on commit baf63c8

Please sign in to comment.