1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

Make edit page less attention grabbing

This commit is contained in:
Kamran Ahmed
2021-12-09 13:30:55 +01:00
parent be0c0cf3d6
commit 5e35484c6b

View File

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