We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b8165 commit f989026Copy full SHA for f989026
web/components/UserProfile/ServerState.vue
@@ -21,7 +21,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
21
<span class="flex flex-row items-center gap-x-8px">
22
<template v-if="upgradeAction">
23
<UpcServerStateBuy
24
- class="text-foreground"
+ class="text-header-text-secondary"
25
:title="t('Upgrade Key')"
26
@click="upgradeAction.click?.()"
27
>
0 commit comments