diff options
Diffstat (limited to 'src/components/camera/styles.tsx')
-rw-r--r-- | src/components/camera/styles.tsx | 13 |
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, + }, }); |