Skip to content

Commit

Permalink
styles(button): removing py and px from outline variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Damaceno Santos committed Aug 17, 2023
1 parent 2a9631f commit f1363ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/atoms/Button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const createClass = cva(
"rounded-md",
"border-2",
"border-purple-main",
"px-5",
"py-2",
"hover:bg-purple-main",
"[&>svg]:hover:fill-white-500",
],
Expand Down

0 comments on commit f1363ca

Please sign in to comment.