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