@appscode/design-system 2.6.22-alpha-0.0.24 → 2.6.22-alpha-0.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.6.22-alpha-0.0.24",
3
+ "version": "2.6.22-alpha-0.0.25",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -135,12 +135,10 @@
135
135
  }
136
136
  }
137
137
 
138
- label {
139
- padding: 8px 16px;
138
+ .label {
140
139
  border-bottom: 1px solid $color-border;
141
- text-transform: uppercase;
142
- font-weight: 400;
143
- color: #616161;
140
+ font-weight: 400 !important;
141
+ color: $color-heading;
144
142
  }
145
143
  }
146
144
  }