mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 04:11:50 +03:00
Merge pull request #2333 from ecency/nt/progress-styling
updated progress bar styling
This commit is contained in:
commit
951de5f480
@ -2,12 +2,13 @@ import EStyleSheet from 'react-native-extended-stylesheet';
|
|||||||
|
|
||||||
export default EStyleSheet.create({
|
export default EStyleSheet.create({
|
||||||
container:{
|
container:{
|
||||||
backgroundColor:'$primaryLightGray',
|
backgroundColor:'$primaryLightBackground',
|
||||||
flexDirection:'row',
|
flexDirection:'row',
|
||||||
borderRadius:16,
|
borderRadius:16,
|
||||||
maxHeight:16,
|
height:16,
|
||||||
flexGrow:1,
|
alignSelf:'stretch',
|
||||||
marginVertical:8,
|
marginHorizontal:8,
|
||||||
|
marginBottom:12,
|
||||||
},
|
},
|
||||||
filled:{
|
filled:{
|
||||||
borderRadius:16,
|
borderRadius:16,
|
||||||
|
Loading…
Reference in New Issue
Block a user