add light mode

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

View File

@@ -12,7 +12,7 @@ defineEmits<{
<div
class="w-full h-[calc(100%+10px)] absolute bg-default-background opacity-75 backdrop-blur-sm"></div>
<div class="flex space-x-3 items-center w-full z-20 justify-center">
<span class="text-sm text-white">
<span class="text-sm text-text-primary">
The Timer is running in a different organization.
</span>
<SecondaryButton @click="$emit('switchOrganization')"