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

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.
@@ -4292,6 +4292,7 @@ function TopNavBar({
4292
4292
  stickers,
4293
4293
  mode = 'default',
4294
4294
  hasSeparator = true,
4295
+ backgroundColor = 'kitt.uiBackgroundLight',
4295
4296
  testID
4296
4297
  }) {
4297
4298
  const isLargeTitleMode = mode === 'largeTitle';
@@ -4306,6 +4307,7 @@ function TopNavBar({
4306
4307
  paddingX: "kitt.2",
4307
4308
  paddingTop: isLargeTitleMode ? 'kitt.2' : 'kitt.3',
4308
4309
  paddingBottom: "kitt.3",
4310
+ backgroundColor: backgroundColor,
4309
4311
  borderBottomWidth: hasSeparator && mode === 'default' ? 1 : 0,
4310
4312
  borderColor: "kitt.separator",
4311
4313
  testID: testID,