mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 17:52:15 +01:00
add light mode
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user