styles: make ellipsis icon grey

This commit is contained in:
Antonella Sgarlatta
2021-05-07 19:58:58 -03:00
parent 8f29b62744
commit bbea6813d3

View File

@@ -57,7 +57,7 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
} }
> >
<VisuallyHidden>Actions</VisuallyHidden> <VisuallyHidden>Actions</VisuallyHidden>
<MoreIcon className="fill-current color-text block" /> <MoreIcon className="fill-current color-neutral block" />
</DisclosureButton> </DisclosureButton>
<DisclosurePanel <DisclosurePanel
onKeyUp={(event) => { onKeyUp={(event) => {