Make edit page less attention grabbing

This commit is contained in:
Kamran Ahmed
2021-12-09 13:30:55 +01:00
parent 47e2a9b968
commit 985da9ae30

View File

@ -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>