diff options
Diffstat (limited to 'app/components/SelectLocationStyles.js')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index 083a80499e..4e7c2f2a56 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -60,6 +60,9 @@ export default { cell_selected: { backgroundColor: colors.green, }, + expand_chevron_hover: { + color: colors.white, + }, }), ...createTextStyles({ title: { |
