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({ 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,