fix: update Button themes in Gallery and HeroMovie components for consistency and improved styling

This commit is contained in:
Norbert Maciaszek
2025-08-25 22:44:29 +02:00
parent 3ed7b14f1b
commit 01c80758bf
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ export const Gallery: FC<Props> = ({
{limit < currentImages.length && (
<div className="flex justify-center mt-6">
<Button
theme="teal"
theme="emeraldTeal"
size="small"
onClick={() => setLimit(currentImages.length)}
>