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">
|
<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?.()"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user