Skip to content

Commit

Permalink
fix: correct colors for create gallery button (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev authored Oct 11, 2023
1 parent 5ad20e1 commit 26b0bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GalleryGuestBanner = ({ initialized, connecting, onClick }: Properties): J
<div className="flex h-fit justify-center">
<Button
icon="Plus"
className="justify-center·py-2·sm:w-fit·sm:px-6 dark:button-secondary-light md:button-light bg-theme-secondary-100"
className="dark:button-secondary-light md:button-light justify-center py-2 sm:w-fit sm:px-6"
disabled={connecting || !initialized}
onClick={onClick}
variant={isMdAndAbove ? "secondary" : "primary"}
Expand Down

0 comments on commit 26b0bb1

Please sign in to comment.