Update dimmed button

pull/1657/head
Kamran Ahmed 3 years ago
parent 1f85dba8f8
commit dc59eb7b89
  1. 2
      components/dimmed-more.tsx

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

Loading…
Cancel
Save