Skip to content

Commit

Permalink
fix: toast messages not updating system's font
Browse files Browse the repository at this point in the history
  • Loading branch information
homocodian committed Oct 30, 2023
1 parent 0374bc3 commit 2061849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ThemedToaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function ThemedToaster() {
backgroundColor: !isDarkMode ? "#121212" : undefined,
color: !isDarkMode ? "#ffffff" : undefined,
borderRadius: 999,
fontFamily: "system-ui",
},
}}
/>
Expand Down

0 comments on commit 2061849

Please sign in to comment.