fix: update Button themes in Gallery and HeroMovie components for consistency and improved styling
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user