From d72a8e9fe59fa5259abc087fc00cdde35e2d525a Mon Sep 17 00:00:00 2001 From: Marc Hyeler Date: Fri, 10 May 2024 17:12:38 +0000 Subject: [PATCH] update toasts font --- src/routes/(admin)/+layout.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/routes/(admin)/+layout.svelte b/src/routes/(admin)/+layout.svelte index 35fc277..ec0c47c 100644 --- a/src/routes/(admin)/+layout.svelte +++ b/src/routes/(admin)/+layout.svelte @@ -5,7 +5,11 @@ import {onMount} from "svelte"; - const options = {}; + const options = { + theme: { + '--toastBtnFont': '"Montserrat", sans-serif', + }, + }; let isSmallScreen = false; onMount(() => {