aboutsummaryrefslogtreecommitdiff
path: root/src/components/camera/styles.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-08-04 10:15:23 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-08-04 10:15:23 -0700
commitb0804b9159f269fc3b0ccb4198455cbddd96cba1 (patch)
treee2d7c609f8017a9c86215b1070c14168634ff648 /src/components/camera/styles.tsx
parent452f3fb44838c367f40e8aa57db2e274a357afd2 (diff)
Swap buttons, Add styles
Diffstat (limited to 'src/components/camera/styles.tsx')
-rw-r--r--src/components/camera/styles.tsx16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/components/camera/styles.tsx b/src/components/camera/styles.tsx
index 33b47cc4..beae7082 100644
--- a/src/components/camera/styles.tsx
+++ b/src/components/camera/styles.tsx
@@ -18,9 +18,16 @@ export const styles = StyleSheet.create({
zIndex: 999,
},
flashButtonContainer: {
+ zIndex: 3,
+ height: 86,
+ width: 49,
+ flexDirection: 'column',
+ justifyContent: 'center',
+ alignItems: 'center',
+ borderRadius: 30,
+ },
+ flashButtonContainerBackground: {
position: 'absolute',
- backgroundColor: '#808080',
- opacity: 0.25,
zIndex: 1,
top: normalize(50),
right: 0,
@@ -30,7 +37,7 @@ export const styles = StyleSheet.create({
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center',
- borderRadius: 30,
+ borderRadius: 50,
},
galleryIcon: {
borderWidth: 2,
@@ -47,7 +54,4 @@ export const styles = StyleSheet.create({
height: 40,
backgroundColor: 'grey',
},
- flashIcon: {
- zIndex: 2,
- },
});