fixed bin icon dark theme color

This commit is contained in:
u-e 2019-07-03 22:22:57 +03:00
parent 7263b440e7
commit f5f3018945

View File

@ -60,6 +60,6 @@ export default EStyleSheet.create({
backgroundColor: '$primaryBlue',
},
clearIcon: {
color: '$white',
color: '$primaryLightGray',
},
});