@nethserver/ns8-ui-lib 0.0.88 → 0.0.89

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": "@nethserver/ns8-ui-lib",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "description": "Vue.js library for NethServer 8 UI",
5
5
  "keywords": [
6
6
  "nethserver",
@@ -174,6 +174,7 @@ export default {
174
174
  .prefix {
175
175
  font-weight: bold;
176
176
  margin-right: 0.5rem;
177
+ color: #525252;
177
178
  }
178
179
 
179
180
  .align-items-center {