Explorar el Código

fix: inconsistent text color for settings button in webapp cards (#24754)

tags/1.8.1
lyzno1 hace 2 meses
padre
commit
f8f768873e
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/app/overview/app-card.tsx

+ 1
- 1
web/app/components/app/overview/app-card.tsx Ver fichero

@@ -311,7 +311,7 @@ function AppCard({
>
<div className="flex items-center justify-center gap-[1px]">
<op.opIcon className="h-3.5 w-3.5" />
<div className={`${runningStatus ? 'text-text-tertiary' : 'text-components-button-ghost-text-disabled'} system-xs-medium px-[3px]`}>{op.opName}</div>
<div className={`${(runningStatus || !disabled) ? 'text-text-tertiary' : 'text-components-button-ghost-text-disabled'} system-xs-medium px-[3px]`}>{op.opName}</div>
</div>
</Tooltip>
</Button>

Cargando…
Cancelar
Guardar