@app-studio/web 0.7.5 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -965,7 +965,7 @@ var ButtonView = function ButtonView(_ref) {
965
965
  filled: {
966
966
  // Defines CSS properties for 'link' variant of the button with conditional styles based on reverse state, includes text decoration.
967
967
  backgroundColor: reverse ? 'transparent' : buttonColor,
968
- color: reverse ? isLight ? 'color.white' : buttonColor : isLight ? buttonColor : 'color.white',
968
+ color: reverse ? isLight ? 'white' : buttonColor : isLight ? buttonColor : 'white',
969
969
  borderWidth: 1,
970
970
  borderStyle: 'solid',
971
971
  borderColor: reverse ? buttonColor : 'transparent'
@@ -992,7 +992,7 @@ var ButtonView = function ButtonView(_ref) {
992
992
  },
993
993
  ghost: {
994
994
  backgroundColor: reverse ? buttonColor : 'transparent',
995
- color: reverse ? 'color.white' : buttonColor,
995
+ color: reverse ? 'white' : buttonColor,
996
996
  borderWidth: 1,
997
997
  borderStyle: 'solid',
998
998
  borderColor: reverse ? buttonColor : 'transparent'