mirror of https://github.com/langgenius/dify.git
Fix: style of radio checked (#20681)
This commit is contained in:
parent
3fb9b41fe5
commit
59dc7c880e
|
|
@ -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…
Reference in New Issue