0
0
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:
Gazook89
2026-04-23 22:10:51 -05:00
parent 4f953da0fe
commit 8bebbdac5d
3 changed files with 82 additions and 92 deletions
+2 -2
View File
@@ -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'