Skip to content

Commit 9bff24a

Browse files
committed
updated api key
1 parent c43ebdc commit 9bff24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎client/frontend/components/common/BigButton.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BigButton = ({ onPress, children, isPressed, color, imgUrl}) => {
3131
source={imgUrl}/>
3232
<View style={{
3333
position: 'absolute',
34-
backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.75)'),
34+
backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.5)'),
3535
height: '100%',
3636
width: "100%"}}
3737
transform={[{translateY: -0.5}]}/>

0 commit comments

Comments
 (0)