Skip to content

Commit f989026

Browse files
committed
fix: upc header text color
1 parent 87b8165 commit f989026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/UserProfile/ServerState.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
2121
<span class="flex flex-row items-center gap-x-8px">
2222
<template v-if="upgradeAction">
2323
<UpcServerStateBuy
24-
class="text-foreground"
24+
class="text-header-text-secondary"
2525
:title="t('Upgrade Key')"
2626
@click="upgradeAction.click?.()"
2727
>

0 commit comments

Comments
 (0)