@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.
@@ -4334,7 +4334,8 @@ function TopNavBar(_ref) {
4334
4334
  mode = _ref$mode === void 0 ? 'default' : _ref$mode,
4335
4335
  _ref$hasSeparator = _ref.hasSeparator,
4336
4336
  hasSeparator = _ref$hasSeparator === void 0 ? true : _ref$hasSeparator,
4337
- backgroundColor = _ref.backgroundColor,
4337
+ _ref$backgroundColor = _ref.backgroundColor,
4338
+ backgroundColor = _ref$backgroundColor === void 0 ? 'kitt.uiBackgroundLight' : _ref$backgroundColor,
4338
4339
  testID = _ref.testID;
4339
4340
  var isLargeTitleMode = mode === 'largeTitle';
4340
4341
  var leftEmptySpace = !left && titleAlign === 'left' ? null : /*#__PURE__*/jsx(View, {