mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 03:11:38 +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({
|
||||
container:{
|
||||
backgroundColor:'$primaryLightGray',
|
||||
backgroundColor:'$primaryLightBackground',
|
||||
flexDirection:'row',
|
||||
borderRadius:16,
|
||||
maxHeight:16,
|
||||
flexGrow:1,
|
||||
marginVertical:8,
|
||||
height:16,
|
||||
alignSelf:'stretch',
|
||||
marginHorizontal:8,
|
||||
marginBottom:12,
|
||||
},
|
||||
filled:{
|
||||
borderRadius:16,
|
||||
|
Loading…
Reference in New Issue
Block a user