@ornikar/kitt-universal 27.9.1-canary.f58d71b1dad7167039ee1fbddbcf093a87688e98.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,6 +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
+ _ref$backgroundColor = _ref.backgroundColor,
4338
+ backgroundColor = _ref$backgroundColor === void 0 ? 'kitt.uiBackgroundLight' : _ref$backgroundColor,
4337
4339
  testID = _ref.testID;
4338
4340
  var isLargeTitleMode = mode === 'largeTitle';
4339
4341
  var leftEmptySpace = !left && titleAlign === 'left' ? null : /*#__PURE__*/jsx(View, {
@@ -4347,6 +4349,7 @@ function TopNavBar(_ref) {
4347
4349
  paddingX: "kitt.2",
4348
4350
  paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4349
4351
  paddingBottom: "kitt.3",
4352
+ backgroundColor: backgroundColor,
4350
4353
  borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4351
4354
  borderColor: "kitt.separator",
4352
4355
  testID: testID,