Change color of the button text

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*="ButtonBase__Ellipsis-sc"] {
color: #fff
}
1 Like