Skip to content

Commit

Permalink
Merge pull request #20 from Gabi1M/maint/prevent-ios-zoom-input
Browse files Browse the repository at this point in the history
Make input text size 16 px
  • Loading branch information
Gabi1M authored May 20, 2023
2 parents 51eb27d + d1517ca commit 7bbab76
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 7bbab76

Please sign in to comment.