fix: upc header text color

This commit is contained in:
Eli Bosley
2024-12-17 08:58:21 -05:00
parent d5f5921534
commit d23a38960b

View File

@@ -21,7 +21,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
<span class="flex flex-row items-center gap-x-8px"> <span class="flex flex-row items-center gap-x-8px">
<template v-if="upgradeAction"> <template v-if="upgradeAction">
<UpcServerStateBuy <UpcServerStateBuy
class="text-foreground" class="text-header-text-secondary"
:title="t('Upgrade Key')" :title="t('Upgrade Key')"
@click="upgradeAction.click?.()" @click="upgradeAction.click?.()"
> >