sapo-components-ui-rn 1.0.20 → 1.0.21
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.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/package.json +1 -1
- package/src/core/theming.tsx +1 -1
- package/src/types.ts +7 -1
package/dist/index.js
CHANGED
|
@@ -1464,7 +1464,7 @@ var getTheme = function (isDark) {
|
|
|
1464
1464
|
function adaptNavigationTheme(themes) {
|
|
1465
1465
|
var reactNavigationLight = themes.reactNavigationLight, reactNavigationDark = themes.reactNavigationDark, materialLight = themes.materialLight, materialDark = themes.materialDark;
|
|
1466
1466
|
var getAdaptedTheme = function (navigationTheme, AppTheme) {
|
|
1467
|
-
return __assign(__assign({}, navigationTheme), { colors: __assign(__assign({}, navigationTheme.colors), { primary: AppTheme.colors.surfaceBrandDefault, background: AppTheme.colors.backgroundPrimary, card: AppTheme.colors.
|
|
1467
|
+
return __assign(__assign({}, navigationTheme), { colors: __assign(__assign({}, navigationTheme.colors), { primary: AppTheme.colors.surfaceBrandDefault, background: AppTheme.colors.backgroundPrimary, card: AppTheme.colors.card, text: AppTheme.colors.backgroundPrimary, border: AppTheme.colors.borderPrimaryDefault, notification: AppTheme.colors.surfaceErrorDefault }) });
|
|
1468
1468
|
};
|
|
1469
1469
|
var AppThemes = {
|
|
1470
1470
|
light: materialLight || LightTheme,
|