Skip to content

Commit

Permalink
feat: add fallback transparent color for unstyled components
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 16, 2021
1 parent a8a0e1c commit 73f6532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.btn {
@apply inline-flex flex-wrap items-center justify-center text-center cursor-pointer select-none transition duration-200 ease-in-out rounded-btn flex-shrink-0;
@apply inline-flex border-transparent flex-wrap items-center justify-center text-center cursor-pointer select-none transition duration-200 ease-in-out rounded-btn flex-shrink-0;
@apply px-4 leading-loose h-12 text-sm min-h-12;
&:focus {
@apply outline-none;
Expand Down

0 comments on commit 73f6532

Please sign in to comment.