fix: option card style

This commit is contained in:
AkaraChen 2024-12-09 10:18:04 +08:00
parent ec1c03f0a3
commit 2d66077ed3
1 changed files with 1 additions and 1 deletions

View File

@ -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'>