fix left arrow

This commit is contained in:
2023-01-07 02:10:09 -08:00
parent 4d8f12a599
commit 5a4e5f69a8

View File

@@ -186,7 +186,7 @@ const GalleryImage = ({ data, location: { state } }) => {
}}
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} />
</span>
</Link>