瀏覽代碼

Fix: style of radio checked (#20681)

tags/1.4.2
KVOJJJin 4 月之前
父節點
當前提交
59dc7c880e
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/app/components/base/radio/component/radio/index.tsx

+ 1
- 1
web/app/components/base/radio/component/radio/index.tsx 查看文件

@@ -38,7 +38,7 @@ export default function Radio({
const divClassName = `
flex items-center py-1 relative
px-7 cursor-pointer text-text-secondary rounded
bg-components-option-card-option-bg hover:bg-components-option-card-option-bg-hover hover:shadow-xs
hover:bg-components-option-card-option-bg-hover hover:shadow-xs
`

return (

Loading…
取消
儲存