Skip to content

Commit bce26e0

Browse files
committed
Fix accordion button #3466
1 parent 84d2890 commit bce26e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/core/Accordion/Header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ export const Header = forwardRef<HTMLButtonElement, AccordionHeaderProps>(functi
140140
{variant === 'primary' && defaultIconsElement}
141141
<Typography
142142
as="span"
143+
group='plain'
144+
variant='div'
143145
className={`grow ${
144146
variant === 'menu'
145147
? `xl:motion-safe:transition-all xl:motion-safe:duration-100 xl:motion-safe:ease-in-out`

0 commit comments

Comments
 (0)