ui updates

This commit is contained in:
ammarahm-ed
2020-11-10 17:18:19 +05:00
parent 6efcef843d
commit 537005aba5
18 changed files with 503 additions and 354 deletions

View File

@@ -71,8 +71,6 @@ export const ActionSheetComponent = ({
function changeColorScheme(colors = COLOR_SCHEME, accent = ACCENT) {
let newColors = setColorScheme(colors, accent);
StatusBar.setBarStyle(colors.night ? 'light-content' : 'dark-content');
dispatch({type: Actions.THEME, colors: newColors});
}