@appscode/design-system 1.0.43-alpha.50 → 1.0.43-alpha.51

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.
@@ -610,12 +610,8 @@
610
610
  }
611
611
  .button.ac-button {
612
612
  --ac-white: #ffffff;
613
- }
614
- .button {
615
- &.ac-button {
616
- &.is-white {
617
- --ac-white: #2e323c;
618
- }
613
+ &.is-white {
614
+ --ac-white: #2e323c;
619
615
  }
620
616
  }
621
617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.50",
3
+ "version": "1.0.43-alpha.51",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {