@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.
@@ -4299,6 +4299,7 @@ function TopNavBar({
4299
4299
  stickers,
4300
4300
  mode = 'default',
4301
4301
  hasSeparator = true,
4302
+ backgroundColor,
4302
4303
  testID
4303
4304
  }) {
4304
4305
  const isLargeTitleMode = mode === 'largeTitle';
@@ -4313,6 +4314,7 @@ function TopNavBar({
4313
4314
  paddingX: "kitt.2",
4314
4315
  paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4315
4316
  paddingBottom: "kitt.3",
4317
+ backgroundColor: backgroundColor,
4316
4318
  borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4317
4319
  borderColor: "kitt.separator",
4318
4320
  testID: testID,