Merge pull request #1114 from esteemapp/bugfix/promote-slider

Fixed promote slider issues
This commit is contained in:
uğur erdal 2019-08-29 20:17:50 +03:00 committed by GitHub
commit d160b2d454
3 changed files with 1 additions and 4 deletions

View File

@ -21,7 +21,6 @@ export default EStyleSheet.create({
borderRadius: 7,
borderWidth: 0,
top: 12,
zIndex: 999,
},
container: {
justifyContent: 'center',
@ -39,7 +38,6 @@ export default EStyleSheet.create({
borderRadius: 17,
backgroundColor: '$white',
borderWidth: 1,
position: 'absolute',
borderColor: '$primaryBlue',
},
selected: {

View File

@ -58,7 +58,7 @@ export default class ScaleSliderView extends Component {
return (
<View>
<View style={[styles.column, { marginLeft: LRpadding, marginRight: LRpadding }]}>
<View style={[styles.column, { marginLeft: LRpadding - 10, marginRight: LRpadding - 10 }]}>
{this._renderScale()}
</View>
<View style={styles.container}>

View File

@ -42,7 +42,6 @@ export default EStyleSheet.create({
borderColor: '$borderColor',
borderRadius: 8,
padding: 2,
color: '$primaryBlack',
width: 172,
marginRight: 33,
},