Skip to content

Commit

Permalink
update toasts font
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 10, 2024
1 parent 9864b45 commit d72a8e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/(admin)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
import {onMount} from "svelte";
const options = {};
const options = {
theme: {
'--toastBtnFont': '"Montserrat", sans-serif',
},
};
let isSmallScreen = false;
onMount(() => {
Expand Down

0 comments on commit d72a8e9

Please sign in to comment.