mirror of https://github.com/langgenius/dify.git
fix: option card style
This commit is contained in:
parent
ec1c03f0a3
commit
2d66077ed3
|
|
@ -22,7 +22,7 @@ type OptionCardHeaderProps = {
|
|||
export const OptionCardHeader: FC<OptionCardHeaderProps> = (props) => {
|
||||
const { icon, title, description, isActive, activeClassName, effectImg } = props
|
||||
return <div className={classNames(
|
||||
'flex h-full overflow-hidden rounded-xl relative',
|
||||
'flex h-full overflow-hidden rounded-t-xl relative',
|
||||
isActive && activeClassName,
|
||||
)}>
|
||||
<div className='size-14 flex items-center justify-center relative overflow-hidden'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue