fixed bin icon dark theme color

This commit is contained in:
u-e 2019-07-03 22:22:57 +03:00
parent f66d03f354
commit 27707d5e0d

View File

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