mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
remove tailwind darkmode classes
This commit is contained in:
@@ -173,7 +173,7 @@ const deleteApiToken = () => {
|
||||
v-for="token in tokens"
|
||||
:key="token.id"
|
||||
class="flex items-center justify-between">
|
||||
<div class="break-all dark:text-white">
|
||||
<div class="break-all text-white">
|
||||
{{ token.name }}
|
||||
</div>
|
||||
|
||||
@@ -218,7 +218,7 @@ const deleteApiToken = () => {
|
||||
|
||||
<div
|
||||
v-if="page.props.jetstream.flash.token"
|
||||
class="mt-4 bg-gray-100 dark:bg-gray-900 px-4 py-2 rounded font-mono text-sm text-gray-500 break-all">
|
||||
class="mt-4 bg-card-backgroundpx-4 py-2 rounded font-mono text-sm text-gray-500 break-all">
|
||||
{{ page.props.jetstream.flash.token }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user