瀏覽代碼

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

tags/1.8.1
lyzno1 2 月之前
父節點
當前提交
f8f768873e
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/app/overview/app-card.tsx

+ 1
- 1
web/app/components/app/overview/app-card.tsx 查看文件

> >
<div className="flex items-center justify-center gap-[1px]"> <div className="flex items-center justify-center gap-[1px]">
<op.opIcon className="h-3.5 w-3.5" /> <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> </div>
</Tooltip> </Tooltip>
</Button> </Button>

Loading…
取消
儲存