Added ability to switch between light and dark mode

This commit is contained in:
2023-10-26 21:41:18 +01:00
parent 7a932eed95
commit 05ccfc0997
7 changed files with 148 additions and 47 deletions

View File

@ -25,4 +25,4 @@ export const addToast = (toast: Toast) => {
export const dismissToast = (id: number) => {
toasts.update((all) => all.filter((t) => t.id !== id));
};
};