mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: upc header text color
This commit is contained in:
@@ -21,7 +21,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
|
||||
<span class="flex flex-row items-center gap-x-8px">
|
||||
<template v-if="upgradeAction">
|
||||
<UpcServerStateBuy
|
||||
class="text-foreground"
|
||||
class="text-header-text-secondary"
|
||||
:title="t('Upgrade Key')"
|
||||
@click="upgradeAction.click?.()"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user