File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 469469
470470.btn-primary {
471471 background : linear-gradient (135deg , var (--color-primary ) 0% , var (--color-primary-dark ) 100% );
472- color : white;
472+ color : white !important ;
473473 border : 1px solid var (--color-primary );
474474 padding : var (--spacing-3 ) var (--spacing-8 );
475475 font-size : var (--font-size-base );
485485.btn-primary : hover {
486486 background : linear-gradient (135deg , var (--color-primary-dark ) 0% , var (--color-primary ) 100% );
487487 border-color : var (--color-primary-dark );
488+ color : white !important ;
488489 transform : translateY (-1px );
489490 box-shadow : var (--shadow-md );
490491}
514515.btn-text {
515516 background : none;
516517 border : none;
517- color : var ( --color-foreground-muted ) ;
518+ color : # 6B7280 !important ;
518519 font-size : var (--font-size-base );
519520 font-weight : var (--font-weight-medium );
520521 cursor : pointer;
525526}
526527
527528.btn-text : hover {
528- color : var ( --color-foreground ) ;
529+ color : # 374151 !important ;
529530 background-color : var (--color-background-alt );
530531}
531532
You can’t perform that action at this time.
0 commit comments