Merge pull request #2333 from ecency/nt/progress-styling

updated progress bar styling
This commit is contained in:
Feruz M 2022-05-31 17:50:20 +03:00 committed by GitHub
commit 951de5f480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,