Skip to content

Commit

Permalink
update generate button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefelassal committed Jun 28, 2024
1 parent 29a25c0 commit f45bcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/GenerateButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const GenerateButton = ({ mutate }:{ mutate: () => void }) => {

return (
<button
className=""
className="flex items-center justify-center bg-foreground text-sm font-normal border border-border rounded-md w-[200px] py-2 hover:bg-foreground/70 transition-colors"
onClick={generateRandomEvent}
>
{isLoading ? "Generating..." : "Generate Random Event"}
Expand Down

0 comments on commit f45bcc1

Please sign in to comment.