Make edit page less attention grabbing

pull/1657/head
Kamran Ahmed 3 years ago
parent be0c0cf3d6
commit 5e35484c6b
  1. 4
      components/roadmap/edit-content-page-link.tsx

@ -29,8 +29,8 @@ export function EditContentPageLink(props: EditContentPageLinkProps) {
href={href} href={href}
target="_blank" target="_blank"
isFullWidth isFullWidth
colorScheme={'purple'} colorScheme={'gray'}
_hover={{ textDecoration: 'none' }} _hover={{ textDecoration: 'none', bg: 'gray.200' }}
> >
Edit this Page Edit this Page
</Button> </Button>

Loading…
Cancel
Save