@@ -12,11 +12,11 @@ import type { DirectButtonProps } from "./types";
1212 */
1313const defaultStyles : BoxStyleProps = merge ( BaseStyles . default , {
1414 color : "colorText" ,
15- backgroundColor : "colorBackgroundBody " ,
15+ backgroundColor : "colorBackgroundWeaker " ,
1616 boxShadow : "shadowBorderWeak" ,
1717 _hover : {
1818 color : "colorTextPrimary" ,
19- backgroundColor : "colorBackgroundBody " ,
19+ backgroundColor : "colorBackgroundWeaker " ,
2020 boxShadow : "shadowBorderPrimary" ,
2121 } ,
2222 _focus : {
@@ -31,7 +31,7 @@ const defaultStyles: BoxStyleProps = merge(BaseStyles.default, {
3131
3232const baseLoadingStyles : BoxStyleProps = {
3333 color : "colorTextPrimary" ,
34- backgroundColor : "colorBackgroundBody " ,
34+ backgroundColor : "colorBackgroundWeaker " ,
3535 boxShadow : "shadowBorderWeak" ,
3636} ;
3737
@@ -44,7 +44,7 @@ const loadingStyles: BoxStyleProps = merge(BaseStyles.loading, {
4444
4545const baseDisabledStyles : BoxStyleProps = {
4646 color : "colorTextWeaker" ,
47- backgroundColor : "colorBackgroundBody " ,
47+ backgroundColor : "colorBackgroundWeaker " ,
4848 boxShadow : "shadowBorderWeaker" ,
4949} ;
5050
0 commit comments