Fix: style of radio checked (#20681)

This commit is contained in:
KVOJJJin
2025-06-05 15:47:42 +08:00
committed by GitHub
parent 3fb9b41fe5
commit 59dc7c880e

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 (