@kodaris/krubble-app-components 1.0.45 → 1.0.47
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 +2 -2
- package/dist/krubble-app.bundled.js.map +1 -1
- package/dist/krubble-app.bundled.min.js +2 -2
- package/dist/krubble-app.bundled.min.js.map +1 -1
- package/dist/krubble-app.umd.js +2 -2
- package/dist/krubble-app.umd.js.map +1 -1
- package/dist/krubble-app.umd.min.js +2 -2
- package/dist/krubble-app.umd.min.js.map +1 -1
- package/dist/scaffold.js +1 -1
- package/dist/screen-nav.js +1 -1
- package/package.json +1 -1
|
@@ -1481,7 +1481,7 @@ KRScaffold.styles = i$4 `
|
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
.nav-title {
|
|
1484
|
-
font-size:
|
|
1484
|
+
font-size: 20px;
|
|
1485
1485
|
font-weight: 600;
|
|
1486
1486
|
color: var(--kr-scaffold-nav-text-active);
|
|
1487
1487
|
letter-spacing: .2px;
|
|
@@ -2363,7 +2363,7 @@ KRScreenNav.styles = i$4 `
|
|
|
2363
2363
|
}
|
|
2364
2364
|
|
|
2365
2365
|
.nav-header__title {
|
|
2366
|
-
font-size:
|
|
2366
|
+
font-size: 20px;
|
|
2367
2367
|
font-weight: 600;
|
|
2368
2368
|
color: #111827;
|
|
2369
2369
|
white-space: nowrap;
|