File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ const buttonVariants = tv({
66 // all button variants
77 variants : {
88 size : {
9- sm : 'h-14 w-[220px ] text-2xl text-md font-semibold rounded-lg' ,
10- md : 'h-16 w-82 text-2xl font-semibold rounded-lg' ,
11- lg : 'h-11 w-[501px ] text-lg font-medium rounded-md' ,
9+ sm : 'h-12 w-[162px ] text-base font-semibold rounded-lg lg:h-14 lg:w-[220px] lg:text-xl ' ,
10+ md : 'h-11 w-[218px] text-base font-semibold rounded-lg lg:h-14 lg:w-[286px] lg:text-xl xl:h-16 xl:w-[327px] xl:text-2xl ' ,
11+ lg : 'h-11 w-[345px ] text-base font-medium rounded-md lg:w-[501px] ' ,
1212 circ : 'h-11 w-11 text-2xl rounded-full'
1313 } ,
1414 color : {
15- primary : 'bg-[#1E1E1E] text-white border-1 border-[#1E1E1E] ' ,
16- secondary : 'bg-white text-[#1E1E1E] border-1 border-[#1E1E1E] ' ,
17- gradient : 'bg-gradient-to-b from-[#15F30D] to-[#0561A7] text-white'
15+ primary : 'bg-eerie text-white border-1 border-eerie ' ,
16+ secondary : 'bg-white text-eerie border-1 border-eerie ' ,
17+ gradient : 'bg-gradient-to-b from-electricgreen to-persianblue text-white'
1818 }
1919 } ,
2020 // default button styles if no specified props
You can’t perform that action at this time.
0 commit comments