Skip to content

Commit

Permalink
fix: Wrong color on skip login button
Browse files Browse the repository at this point in the history
  • Loading branch information
doabackflip committed Apr 5, 2024
1 parent ccd461f commit 4f5ff6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xmcl-keystone-ui/src/views/SetupAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
block
rounded
large
class="z-10 mt-4 text-white"
class="z-10 mt-4 dark:text-white"
@click="login = false"
>
{{ t('setup.account.skip') }}
Expand All @@ -53,7 +53,6 @@
</div>
</template>
<script lang=ts setup>
import UserCard from '@/components/UserCard.vue'
import UserCardUserItem from '@/components/UserCardUserItem.vue'
import UserLoginForm from '@/components/UserLoginForm.vue'
import { kUserContext } from '@/composables/user'
Expand Down

0 comments on commit 4f5ff6a

Please sign in to comment.