Update dimmed button

pull/1331/head
Kamran Ahmed 3 years ago
parent 09ef6bfbb0
commit a489bc0fde
  1. 2
      components/dimmed-more.tsx

@ -17,7 +17,7 @@ export function DimmedMore(props: DimmedMoreProps) {
bottom={0}
height='200px'
width='100%'
background='linear-gradient(180deg, transparent, white)'
background='linear-gradient(180deg, rgb(255 255 255 / 40%), white)'
/>
<Link

Loading…
Cancel
Save