@kodaris/krubble-app-components 1.0.38 → 1.0.39
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/dist/krubble-app.bundled.js +3 -3
- package/dist/krubble-app.bundled.js.map +1 -1
- package/dist/krubble-app.bundled.min.js +31 -31
- package/dist/krubble-app.bundled.min.js.map +1 -1
- package/dist/krubble-app.umd.js +3 -3
- package/dist/krubble-app.umd.js.map +1 -1
- package/dist/krubble-app.umd.min.js +31 -31
- package/dist/krubble-app.umd.min.js.map +1 -1
- package/dist/screen-nav.js +3 -3
- package/package.json +1 -1
|
@@ -2313,8 +2313,8 @@ KRScreenNav.styles = i$4 `
|
|
|
2313
2313
|
|
|
2314
2314
|
.nav {
|
|
2315
2315
|
width: 200px;
|
|
2316
|
-
background:
|
|
2317
|
-
|
|
2316
|
+
background: white;
|
|
2317
|
+
border-right: 1px solid #e5e7eb;
|
|
2318
2318
|
display: flex;
|
|
2319
2319
|
flex-direction: column;
|
|
2320
2320
|
flex-shrink: 0;
|
|
@@ -2331,7 +2331,7 @@ KRScreenNav.styles = i$4 `
|
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
2333
|
.nav-header__title {
|
|
2334
|
-
font-size:
|
|
2334
|
+
font-size: 18px;
|
|
2335
2335
|
font-weight: 600;
|
|
2336
2336
|
color: #111827;
|
|
2337
2337
|
white-space: nowrap;
|