mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
Fix: style of radio checked (#20681)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user