Remove box shadow from download button

pull/1660/head
Kamran Ahmed 2 years ago
parent 70316090a6
commit a22815e321
  1. 1
      components/roadmap/roadmap-page-header.tsx

@ -51,6 +51,7 @@ function RoadmapDownloader({ roadmapTitle }: { roadmapTitle: string }) {
colorScheme='yellow' colorScheme='yellow'
variant='solid' variant='solid'
_hover={{ textDecoration: 'none' }} _hover={{ textDecoration: 'none' }}
_focus={{ boxShadow: 'none' }}
> >
Download Download
</Button> </Button>

Loading…
Cancel
Save