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

@@ -13,7 +13,7 @@ defineProps<{
<template>
<AppLayout title="API Tokens">
<template #header>
<h2 class="font-semibold text-xl text-white leading-tight">
<h2 class="font-semibold text-xl text-text-primary leading-tight">
API Tokens
</h2>
</template>

View File

@@ -173,7 +173,7 @@ const deleteApiToken = () => {
v-for="token in tokens"
:key="token.id"
class="flex items-center justify-between">
<div class="break-all text-white">
<div class="break-all text-text-primary">
{{ token.name }}
</div>