mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
Merge pull request #1114 from esteemapp/bugfix/promote-slider
Fixed promote slider issues
This commit is contained in:
commit
d160b2d454
@ -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: {
|
||||
|
@ -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}>
|
||||
|
@ -42,7 +42,6 @@ export default EStyleSheet.create({
|
||||
borderColor: '$borderColor',
|
||||
borderRadius: 8,
|
||||
padding: 2,
|
||||
color: '$primaryBlack',
|
||||
width: 172,
|
||||
marginRight: 33,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user