fix notification menu button styles

This commit is contained in:
Baltazar Gomez 2021-07-30 01:54:45 -05:00 committed by infinite-persistence
parent fa1b1737bb
commit 415a522805

View file

@ -193,7 +193,7 @@ export default function Notification(props: Props) {
<div className="notification__menu">
<Menu>
<MenuButton className={'menu-button notification__menu-button'} onClick={(e) => e.stopPropagation()}>
<MenuButton className={'menu__button notification__menu-button'} onClick={(e) => e.stopPropagation()}>
<Icon size={18} icon={ICONS.MORE_VERTICAL} />
</MenuButton>
<MenuList className="menu__list">