diff options
Diffstat (limited to 'app/components/SelectLocation.js')
| -rw-r--r-- | app/components/SelectLocation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js index 7a547e4e6f..06d3707a44 100644 --- a/app/components/SelectLocation.js +++ b/app/components/SelectLocation.js @@ -163,8 +163,8 @@ export default class SelectLocation extends React.Component<SelectLocationProps, { relayCountry.cities.length > 1 ? isExpanded ? - <Img style={styles.collapse_button} onPress={ handleCollapse } source='icon-chevron-up' height='24' width='24' /> : - <Img style={styles.collapse_button} onPress={ handleCollapse } source='icon-chevron-down' height='24' width='24' /> + <Img style={styles.collapse_button} hoverStyle={styles.expand_chevron_hover} onPress={ handleCollapse } source='icon-chevron-up' height='24' width='24' /> : + <Img style={styles.collapse_button} hoverStyle={styles.expand_chevron_hover} onPress={ handleCollapse } source='icon-chevron-down' height='24' width='24' /> : null } </CellButton> |
