Utilities to handle Colors

This commit is contained in:
Belen Curcio
2020-10-19 16:28:05 -03:00
parent 26535b7c7f
commit 707f814244
8 changed files with 56 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
.root {
@apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex
items-center justify-center cursor-pointer transition duration-100 ease-in-out
p-0 shadow-none border-gray-200 border box-border;
p-0 shadow-none border-gray-200 border box-border text-black;
}
.active.size {