aboutsummaryrefslogtreecommitdiff
path: root/src/components/camera/styles.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-08-05 12:03:57 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-08-05 12:03:57 -0700
commit58f3946125df54b1c630a7a06f705eaa9b31c4da (patch)
treeddb932cd9b4f593e7b89bb4a8d33c7a63c09c8f1 /src/components/camera/styles.tsx
parentb0804b9159f269fc3b0ccb4198455cbddd96cba1 (diff)
Address issues
Diffstat (limited to 'src/components/camera/styles.tsx')
-rw-r--r--src/components/camera/styles.tsx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/camera/styles.tsx b/src/components/camera/styles.tsx
index beae7082..dbe1500b 100644
--- a/src/components/camera/styles.tsx
+++ b/src/components/camera/styles.tsx
@@ -54,4 +54,17 @@ export const styles = StyleSheet.create({
height: 40,
backgroundColor: 'grey',
},
+ blurView: {
+ position: 'absolute',
+ zIndex: 1,
+ top: normalize(50),
+ right: 0,
+ marginRight: normalize(18),
+ height: 86,
+ width: 49,
+ flexDirection: 'column',
+ justifyContent: 'center',
+ alignItems: 'center',
+ borderRadius: 24.5,
+ },
});