Browse Source

Fix: style of radio checked (#20681)

tags/1.4.2
KVOJJJin 4 months ago
parent
commit
59dc7c880e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/base/radio/component/radio/index.tsx

+ 1
- 1
web/app/components/base/radio/component/radio/index.tsx View File

@@ -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…
Cancel
Save