@syscore/ui-library 1.7.4 → 1.7.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.
- package/client/global.css +1 -1
- package/package.json +1 -1
package/client/global.css
CHANGED
|
@@ -6088,7 +6088,7 @@ body {
|
|
|
6088
6088
|
border-bottom: 1px solid rgb(239 241 242);
|
|
6089
6089
|
}
|
|
6090
6090
|
/* added temporary */
|
|
6091
|
-
.navigation__tray-container
|
|
6091
|
+
.navigation--light .navigation__tray-container {
|
|
6092
6092
|
background-color: rgb(249 250 251);
|
|
6093
6093
|
backdrop-filter: blur(12px);
|
|
6094
6094
|
-webkit-backdrop-filter: blur(12px);
|