mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
filterbar style fixes
This commit is contained in:
parent
9bb84a7436
commit
38163107e0
Binary file not shown.
@ -17,6 +17,7 @@ export default EStyleSheet.create({
|
||||
paddingHorizontal: Platform.OS === 'android' ? 20 : 10,
|
||||
justifyContent: 'center',
|
||||
marginRight: 8,
|
||||
marginLeft: 8,
|
||||
height: 22,
|
||||
backgroundColor: '$iconColor',
|
||||
borderRadius: 50,
|
||||
@ -26,9 +27,9 @@ export default EStyleSheet.create({
|
||||
},
|
||||
isFilterTextUnPin: {
|
||||
color: '$primaryDarkGray',
|
||||
fontSize: 14,
|
||||
fontSize: 12,
|
||||
},
|
||||
isFilterTextPin: {
|
||||
fontSize: 14,
|
||||
fontSize: 12,
|
||||
},
|
||||
});
|
||||
|
@ -1,4 +1,7 @@
|
||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||
import { Dimensions } from 'react-native';
|
||||
|
||||
const deviceWidth = Dimensions.get('window').width;
|
||||
|
||||
export default EStyleSheet.create({
|
||||
container: {
|
||||
@ -14,9 +17,10 @@ export default EStyleSheet.create({
|
||||
},
|
||||
dropdownWrapper: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'center',
|
||||
justifyContent: 'space-around',
|
||||
alignItems: 'center',
|
||||
left: 15,
|
||||
left: 5,
|
||||
flex: 6,
|
||||
},
|
||||
filterBarWrapper: {
|
||||
flexDirection: 'row',
|
||||
@ -24,7 +28,8 @@ export default EStyleSheet.create({
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
rightIconWrapper: {
|
||||
marginRight: 16,
|
||||
flex: 1,
|
||||
marginRight: 5,
|
||||
alignSelf: 'center',
|
||||
},
|
||||
rightIcon: {
|
||||
|
Loading…
Reference in New Issue
Block a user