remove extra un-needed MenuButton component

This commit is contained in:
Sean Yesmunt 2021-03-08 12:37:45 -05:00
parent 90b559618c
commit 15123d161d
2 changed files with 3 additions and 8 deletions

View file

@ -87,9 +87,7 @@ function ClaimMenuList(props: Props) {
</div>
</MenuItem>
<MenuItem className="menu__separator" disabled onSelect={() => {}}>
<hr />
</MenuItem>
<hr className="menu__separator" />
</>
)}

View file

@ -138,9 +138,6 @@
}
.menu__separator {
hr {
margin-top: var(--border-radius);
margin-bottom: var(--border-radius);
border-top: 1px solid var(--color-button-border);
}
margin-top: var(--border-radius);
margin-bottom: var(--border-radius);
}