@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.
@@ -4435,6 +4435,7 @@ function TopNavBar({
4435
4435
  stickers,
4436
4436
  mode = 'default',
4437
4437
  hasSeparator = true,
4438
+ backgroundColor,
4438
4439
  testID
4439
4440
  }) {
4440
4441
  const isLargeTitleMode = mode === 'largeTitle';
@@ -4449,6 +4450,7 @@ function TopNavBar({
4449
4450
  paddingX: "kitt.2",
4450
4451
  paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4451
4452
  paddingBottom: "kitt.3",
4453
+ backgroundColor: backgroundColor,
4452
4454
  borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4453
4455
  borderColor: "kitt.separator",
4454
4456
  testID: testID,