Add left column of web shell

This commit is contained in:
Paul Frazee
2023-01-26 19:06:46 -06:00
parent 20ccb03427
commit c24d0254bc
6 changed files with 129 additions and 69 deletions
-4
View File
@@ -24,10 +24,6 @@ export const BlurView = ({
}
const styles = StyleSheet.create({
blur: {
// @ts-ignore using an RNW-specific attribute here -prf
backdropFilter: 'blur(5px)',
},
dark: {
backgroundColor: '#0008',
},