Merge pull request #497 from Irev-Dev/franknoirot/style-tweaks

minor style tweaks to editor
This commit was merged in pull request #497.
This commit is contained in:
Frank Noirot
2021-09-08 17:23:29 -04:00
committed by GitHub
9 changed files with 21 additions and 23 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>