Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-31 18:44:49 +03:00
parent 377f2cd6fd
commit ded577faff
7 changed files with 77 additions and 68 deletions

View file

@ -312,6 +312,11 @@ val LocalBladeAnimation = staticCompositionLocalOf<BladeAnimation> {
error("No MainBottomSheetColor provided")
}
// TODO remove this after migration to new navigation
val LocalIsNavigationRefactoringEnabled = staticCompositionLocalOf<Boolean> {
false
}
/**
* Determines whether the dark theme should be used based on the given [AppThemeMode].
*