@appscode/design-system 1.1.0-beta.76 → 1.1.0-beta.77

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": "1.1.0-beta.76",
3
+ "version": "1.1.0-beta.77",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -347,7 +347,7 @@ onUpdated(() => {
347
347
  color: $black-5;
348
348
  transition: 0.3s ease-in-out;
349
349
  .tag {
350
- background-color: $primary;
350
+ background-color: $primary-80;
351
351
  }
352
352
  &:hover {
353
353
  background-color: $primary-95 !important;