fine tuned reveal comment button

This commit is contained in:
noumantahir 2021-09-21 01:48:01 +05:00
parent 2fbba81ac8
commit 2c9d88629b

View File

@ -3,13 +3,13 @@ import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
revealButton: {
backgroundColor: '$iconColor',
height: 22,
justifyContent: 'center',
alignItems: 'center',
borderRadius: 20,
minWidth: 40,
maxWidth: 170,
marginVertical: 8,
marginVertical: 12,
paddingVertical:6,
},
revealText: {
color: '$white',