Skip to content

Commit

Permalink
Make input text size 16 px
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabi1M committed May 20, 2023
1 parent 51eb27d commit d1517ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/meridian/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const ThemeProvider = ({ children }: Props) => {
() => ({
colorScheme: settings.darkMode ? 'dark' : 'light',
fontFamily: 'Inter var',
fontSizes: {
sm: 16,
},
}),
[settings],
);
Expand Down

0 comments on commit d1517ca

Please sign in to comment.