Skip to content

Commit

Permalink
Merge pull request #15 from fayaadbsa/project-page
Browse files Browse the repository at this point in the history
fix: inline
  • Loading branch information
fayaadbsa authored Oct 14, 2023
2 parents 54ae309 + 99cd50e commit 882858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Button = ({
"text-fx-white text-lg font-medium",
],
variant === BUTTON_VARIANT.LINK && [
"!bg-[length:150%_100%] text-left text-transparent bg-clip-text",
"!bg-[length:150%_100%] text-left text-transparent bg-clip-text w-fit",
],
"bg-gradient-to-r from-fx-orange via-fx-yellow to-fx-aqua",
"bg-[length:300%_100%] hover:bg-[100%_0]",
Expand Down

0 comments on commit 882858c

Please sign in to comment.