diff options
author | Ollie H <renahlee@outlook.com> | 2023-05-15 11:14:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 13:14:45 -0500 |
commit | 824a2313b1d1d7a5c5ab7fa8680ac8aa30c98bc0 (patch) | |
tree | 3491219248a301c671e194d48d6eba1e14eb842f /src/view/com/util/Views.web.tsx | |
parent | 841ad692d3b3b57d0a810201139af965200e0b9a (diff) | |
download | voidsky-824a2313b1d1d7a5c5ab7fa8680ac8aa30c98bc0.tar.zst |
Style cleaning and initial text size audit (#618)
* Style cleaning and initial text size audit * Put file back
Diffstat (limited to 'src/view/com/util/Views.web.tsx')
-rw-r--r-- | src/view/com/util/Views.web.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/view/com/util/Views.web.tsx b/src/view/com/util/Views.web.tsx index 804192a37..9d6501d54 100644 --- a/src/view/com/util/Views.web.tsx +++ b/src/view/com/util/Views.web.tsx @@ -22,7 +22,7 @@ import { View, ViewProps, } from 'react-native' -import {addStyle, colors} from 'lib/styles' +import {addStyle} from 'lib/styles' import {usePalette} from 'lib/hooks/usePalette' interface AddedProps { @@ -124,12 +124,6 @@ const styles = StyleSheet.create({ marginLeft: 'auto', marginRight: 'auto', }, - containerLight: { - backgroundColor: colors.gray1, - }, - containerDark: { - backgroundColor: colors.gray7, - }, fixedHeight: { height: '100vh', }, |