diff --git a/src/ui/atoms/Button/button.styles.ts b/src/ui/atoms/Button/button.styles.ts index eba7012..4f9c2da 100644 --- a/src/ui/atoms/Button/button.styles.ts +++ b/src/ui/atoms/Button/button.styles.ts @@ -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", ],