fix: style of radio checked

pull/20681/head
jZonG 12 months ago
parent 3fb9b41fe5
commit 2a9a2c0d4f

@ -38,7 +38,7 @@ export default function Radio({
const divClassName = ` const divClassName = `
flex items-center py-1 relative flex items-center py-1 relative
px-7 cursor-pointer text-text-secondary rounded 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 ( return (

Loading…
Cancel
Save