bfg-common 1.3.516 → 1.3.517

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.
@@ -112,7 +112,6 @@ const localization = computed<UI_I_Localization>(() => useLocal())
112
112
  .nav-context {
113
113
  backdrop-filter: blur(12px);
114
114
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
115
- background: #e9ebedf5;
116
115
  }
117
116
  }
118
117
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.516",
4
+ "version": "1.3.517",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",