Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix: dropmenu arrow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Aug 22, 2019
1 parent e33dab0 commit de2ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/UI/Dropmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const DropmenuButton = ({ isOpen, children, ...rest }) => {
onMouseLeave={() => setHovered(false)}
>
<MenuButtonText isHovered={isHovered || isOpen}>
<Flex alignItems="flex-end">
<Flex alignItems="center">
<Box mr={1}>{children}</Box>
<MenuButtonTextMuted isHovered={isHovered || isOpen}>
{isOpen ? <AngleUp width="0.6em" /> : <AngleDown width="0.6em" />}
Expand Down

0 comments on commit de2ced7

Please # to comment.