@ornikar/kitt-universal 27.9.1-canary.f58d71b1dad7167039ee1fbddbcf093a87688e98.0 → 28.0.0

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