@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.
@@ -4458,6 +4458,7 @@ function TopNavBar({
4458
4458
  stickers,
4459
4459
  mode = 'default',
4460
4460
  hasSeparator = true,
4461
+ backgroundColor,
4461
4462
  testID
4462
4463
  }) {
4463
4464
  const isLargeTitleMode = mode === 'largeTitle';
@@ -4472,6 +4473,7 @@ function TopNavBar({
4472
4473
  paddingX: "kitt.2",
4473
4474
  paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4474
4475
  paddingBottom: "kitt.3",
4476
+ backgroundColor: backgroundColor,
4475
4477
  borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4476
4478
  borderColor: "kitt.separator",
4477
4479
  testID: testID,