Skip to content

Commit

Permalink
fix: Fixed menu button style
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Sep 14, 2023
1 parent 20022d6 commit 2106450
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/storyMap/components/StoryMapForm/ChaptersSideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,12 @@ const SideBarItem = props => {
size="small"
aria-label={t('storyMap.form_chapter_open_menu')}
onClick={handleOpenMenuClick}
sx={{
pt: '2px',
color: 'secondary.main',
}}
>
<MoreVertIcon fontSize="inherit" />
<MoreVertIcon fontSize="small" />
</IconButton>
<Menu
anchorEl={menuAnchorEl}
Expand Down

0 comments on commit 2106450

Please sign in to comment.