@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.
@@ -2313,8 +2313,8 @@ KRScreenNav.styles = i$4 `
2313
2313
 
2314
2314
  .nav {
2315
2315
  width: 200px;
2316
- background: #F3F7FC;
2317
- //border-right: 1px solid #000000;
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: 16px;
2334
+ font-size: 18px;
2335
2335
  font-weight: 600;
2336
2336
  color: #111827;
2337
2337
  white-space: nowrap;