@appscode/design-system 2.0.32-alpha.3 → 2.0.32-alpha.4

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.
package/main.scss CHANGED
@@ -18,3 +18,5 @@
18
18
 
19
19
  // COMPONENTS
20
20
  // @import "@/components/vue-components/styles/components/all";
21
+ @import "@/components/vue-components/styles/components/ui-builder/vue-open-api";
22
+ @import "@/components/vue-components/styles/components/ui-builder/ui-builder";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.32-alpha.3",
3
+ "version": "2.0.32-alpha.4",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -444,7 +444,7 @@
444
444
 
445
445
  span.eye {
446
446
  i.fa {
447
- color: $primary-80;
447
+ color: $color-border-dark;
448
448
  position: absolute;
449
449
  cursor: pointer;
450
450
  padding: 15px;