remove tailwind darkmode classes

This commit is contained in:
Gregor Vostrak
2024-03-13 16:46:58 +01:00
parent d952b46984
commit 8ff396f1c0
30 changed files with 61 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ defineProps<{
<AppLayout title="API Tokens">
<template #header>
<h2
class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
class="font-semibold text-xl text-white leading-tight">
API Tokens
</h2>
</template>