mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
raise sidebar title contrast, fix profile text colors in light mode
This commit is contained in:
@@ -209,7 +209,7 @@ const revokeApiTokenMutation = useMutation({
|
||||
v-for="token in tokens"
|
||||
:key="token.id"
|
||||
class="flex items-center py-2.5 justify-between">
|
||||
<div class="break-all text-white">
|
||||
<div class="break-all text-text-primary">
|
||||
<div>{{ token.name }}</div>
|
||||
<div class="text-sm text-text-tertiary space-x-3">
|
||||
<span v-if="token.created_at">
|
||||
|
||||
@@ -137,7 +137,7 @@ const disableTwoFactorAuthentication = () => {
|
||||
Finish enabling two factor authentication.
|
||||
</h3>
|
||||
|
||||
<h3 v-else class="text-lg font-medium text-white">
|
||||
<h3 v-else class="text-lg font-medium text-text-primary">
|
||||
You have not enabled two factor authentication.
|
||||
</h3>
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ const page = usePage<{
|
||||
page.props.jetstream.hasEmailVerification &&
|
||||
user.email_verified_at === null
|
||||
">
|
||||
<p class="text-sm mt-2 text-white">
|
||||
<p class="text-sm mt-2 text-text-primary">
|
||||
Your email address is unverified.
|
||||
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user