add light mode

This commit is contained in:
Gregor Vostrak
2025-03-28 14:00:19 +01:00
parent 7339b79e35
commit df2fe1da1e
124 changed files with 579 additions and 369 deletions

View File

@@ -9,7 +9,7 @@ const props = defineProps<{
<template>
<svg
:class="
twMerge('animate-spin -ml-1 mr-3 h-5 w-5 text-white', props.class)
twMerge('animate-spin -ml-1 mr-3 h-5 w-5 text-text-primary', props.class)
"
xmlns="http://www.w3.org/2000/svg"
fill="none"