Skip to content

Commit

Permalink
feat: use a larger text size in the theme preview pane
Browse files Browse the repository at this point in the history
  • Loading branch information
aradzie committed Oct 21, 2024
1 parent a0314f1 commit 3bf0638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function TextInputPreview() {
}, []);
return (
<Box alignItems="center" justifyContent="center">
<StaticText lines={lines} cursor={true} />
<StaticText lines={lines} cursor={true} size="X1" />
</Box>
);
}

0 comments on commit 3bf0638

Please sign in to comment.