diff options
Diffstat (limited to 'src/alf/util/systemUI.ts')
-rw-r--r-- | src/alf/util/systemUI.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf/util/systemUI.ts b/src/alf/util/systemUI.ts index c973e10ea..9e5769c4c 100644 --- a/src/alf/util/systemUI.ts +++ b/src/alf/util/systemUI.ts @@ -1,7 +1,7 @@ import * as SystemUI from 'expo-system-ui' import {isAndroid} from '#/platform/detection' -import {Theme} from '../types' +import {type Theme} from '../types' export function setSystemUITheme(themeType: 'theme' | 'lightbox', t: Theme) { if (isAndroid) { |