minor style tweaks to editor

This commit is contained in:
Frank Johnson
2021-09-08 02:52:45 -04:00
parent 9ae1cd4aff
commit 51bc32aad0
9 changed files with 24 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const menuOptions: {
const NavPlusButton: React.FC = () => {
return (
<Popover className="relative outline-none w-full h-full">
<Popover.Button className="h-full w-full outline-none">
<Popover.Button className="h-full w-full outline-none hover:bg-ch-gray-550 border rounded-full">
<Svg name="plus" className="text-gray-200" />
</Popover.Button>