Skip to content

Commit

Permalink
changed button font to lexend for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
brenda-rg committed Nov 19, 2024
1 parent bcc0484 commit 8868ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface ButtonProps {
const Button = ({ children, onClick }: ButtonProps) => {
return (
<button
className="rounded-md bg-starlight-blue px-8 py-2 font-serif text-white hover:opacity-80"
className="rounded-md bg-starlight-blue px-8 py-2 font-normal text-white hover:opacity-80"
onClick={onClick}
>
{children}
Expand Down

0 comments on commit 8868ea8

Please sign in to comment.