There was an error while loading. Please reload this page.
1 parent c43ebdc commit 9bff24aCopy full SHA for 9bff24a
client/frontend/components/common/BigButton.js
@@ -31,7 +31,7 @@ const BigButton = ({ onPress, children, isPressed, color, imgUrl}) => {
31
source={imgUrl}/>
32
<View style={{
33
position: 'absolute',
34
- backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.75)'),
+ backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.5)'),
35
height: '100%',
36
width: "100%"}}
37
transform={[{translateY: -0.5}]}/>
0 commit comments