@ornikar/kitt-universal 28.0.0 → 28.0.1

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/index.es.js CHANGED
@@ -4484,7 +4484,8 @@ function TopNavBar(_ref) {
4484
4484
  mode = _ref$mode === void 0 ? 'default' : _ref$mode,
4485
4485
  _ref$hasSeparator = _ref.hasSeparator,
4486
4486
  hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator,
4487
- backgroundColor = _ref.backgroundColor,
4487
+ _ref$backgroundColor = _ref.backgroundColor,
4488
+ backgroundColor = _ref$backgroundColor === void 0 ? 'kitt.uiBackgroundLight' : _ref$backgroundColor,
4488
4489
  testID = _ref.testID;
4489
4490
  var isLargeTitleMode = mode === 'largeTitle';
4490
4491
  var leftEmptySpace = !left && titleAlign === 'left' ? null : /*#__PURE__*/jsx(View, {