@visns-studio/visns-components 4.6.5 → 4.6.6

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.
@@ -168,7 +168,7 @@
168
168
 
169
169
  .app-nav .nav-item > ul li a {
170
170
  background: rgba(var(--primary-color-rgb), 0.9);
171
- color: var(--tertiary-color);
171
+ color: var(--tertiary-color) !important;
172
172
  }
173
173
 
174
174
  .app-nav .nav-item-alternate > ul li a {
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.6.5",
61
+ "version": "4.6.6",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {