Skip to content

Commit

Permalink
Merge pull request #4853 from hippware/4830-StagingMenuColor
Browse files Browse the repository at this point in the history
Added Green Border to Menu Icon for Staging
  • Loading branch information
southerneer authored Feb 28, 2020
2 parents 615c2b1 + 0a7db7d commit 0973ee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Home/HomeBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ const Buttons = ({mapType, hasUnread}) => (
onLongPress={() => settings.allowDebugScreen && Actions.debugScreen()}
testID="bottomMenuButton"
>
<Image source={settingsImg} />
<Image
source={settingsImg}
style={{borderColor: '#3FFC17', borderWidth: settings.isStaging ? 3 : 0, borderRadius: 8}}
/>
{!!hasUnread && <View style={styles.newDot} />}
</TouchableOpacity>
<TouchableOpacity style={{marginTop: 15}} onPress={() => Actions.attribution()}>
Expand Down

0 comments on commit 0973ee4

Please sign in to comment.