un-bold photography gallery action button
This commit is contained in:
parent
27fcdedb3d
commit
91c3de5544
@ -7,7 +7,7 @@ import Shuffle from "@spectrum-icons/workflow/Shuffle";
|
||||
|
||||
const getButtonClasses = (isClient) =>
|
||||
classnames(
|
||||
"z-20 rounded-md text-md inline-block px-2 py-1 mt-1 md:py-2 md:px-3 md:my-1 mr-2 text-md font-bold hover:underline text-black",
|
||||
"z-20 rounded-md text-md inline-block px-2 py-1 mt-1 md:py-2 md:px-3 md:my-1 mr-2 text-md hover:underline text-black",
|
||||
isClient ? "cool-border-small hover:bg-vibrant" : "text-gray-200"
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user