@@ -499,14 +499,18 @@ $options: (
499499 ' font-size' : 1rem ,
500500 ' color' : theme (' color' , ' text' ),
501501 ' font-weight' : bold ,
502- ' background-color' : #fff ,
502+ ' background-color' : white ,
503503 ' width' : 100% ,
504504 ' min-height' : 5rem ,
505505 ' button' : (
506506 ' padding' : .935rem 1.4rem ,
507507 ' icon' : (
508508 ' color' : theme (' color' , ' text' )
509509 ),
510+ ' hover' : (
511+ ' color' : theme (' color' , ' text' ),
512+ ' background-color' : color .$grey
513+ ),
510514 ' active' : (
511515 ' color' : theme (' color' , ' text' ),
512516 ' background-color' : color .$grey
@@ -531,7 +535,7 @@ $options: (
531535 ),
532536 ' input' : (
533537 ' color' : theme (' color' , ' text' ),
534- ' background-color' : white ,
538+ ' background-color' : transparent ,
535539 ' border-color' : theme (' border' , ' color' ),
536540 ' border-width' : theme (' border' , ' width' ),
537541 ' focus' : (
@@ -559,7 +563,7 @@ $options: (
559563 (
560564 " primary" , // theme name (class)
561565 theme (' color' , ' primary' ), // bg color
562- white , // text color
566+ white , // text/button color
563567 darken (theme (' color' , ' primary' ), 7% ), // input bg
564568 white , // input color
565569 lighten (theme (' color' , ' primary' ), 4% ), // input border color
@@ -568,7 +572,7 @@ $options: (
568572 (
569573 " dark" , // theme name (class)
570574 theme (' color' , ' dark' ), // bg color
571- white , // text color
575+ white , // text/button color
572576 lighten (theme (' color' , ' dark' ), 7% ), // input bg
573577 white , // input color
574578 lighten (theme (' color' , ' dark' ), 25.75% ), // input border color
@@ -1081,7 +1085,7 @@ $options: (
10811085 ' font-family' : inherit ,
10821086 ' box-sizing' : inherit ,
10831087 ' color' : inherit ,
1084- ' background-color' : initial ,
1088+ ' background-color' : transparent ,
10851089 ' border-color' : inherit ,
10861090 ' height' : initial ,
10871091 ' padding' : .7rem .5rem ,
0 commit comments