fix left arrow

This commit is contained in:
Chuck Dries 2023-01-07 02:10:09 -08:00
parent 4d8f12a599
commit 5a4e5f69a8
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -186,7 +186,7 @@ const GalleryImage = ({ data, location: { state } }) => {
}} }}
to={`/photogallery/${prevImage}/`} to={`/photogallery/${prevImage}/`}
> >
<span className="p-1 lg:p-4 bg-muted-light/25 rounded-full"> <span className="p-1 lg:p-4 bg-gray-300 rounded-full">
<ChevronLeft UNSAFE_style={IconStyle} /> <ChevronLeft UNSAFE_style={IconStyle} />
</span> </span>
</Link> </Link>