mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 08:57:38 +00:00
restore styling to work with new structure.
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -48,10 +48,10 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, i
|
||||
};
|
||||
|
||||
return (
|
||||
<div className='menu-wrapper' style={{ anchorName }} role='none'>
|
||||
<div className={['menu-wrapper', className].join(' ')} style={{ anchorName }} role='none' >
|
||||
<button
|
||||
id={groupName.replace(' ', '-')}
|
||||
className={['menu-item', color, className].join(' ')}
|
||||
className={['menu-item', color].join(' ')}
|
||||
popoverTarget={menuId}
|
||||
icon={icon}
|
||||
aria-haspopup='menu'
|
||||
|
||||
Reference in New Issue
Block a user