(slightly) smaller button

This commit is contained in:
Paul Miller
2023-04-10 20:43:07 -05:00
parent 801c626560
commit 80eeda787c

View File

@@ -14,7 +14,8 @@ const button = cva(["p-4", "rounded-xl", "text-xl", "font-semibold"], {
},
layout: {
flex: "flex-1",
pad: "px-8"
pad: "px-8",
small: "p-1 w-auto",
},
},