Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Hotels: Change background color on active price marker
Browse files Browse the repository at this point in the history
  • Loading branch information
tbergquist-godaddy authored and RobinCsl committed May 3, 2019
1 parent 3757bb0 commit 5fcd0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/hotels/src/map/allHotels/PriceMarker.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ const styles = StyleSheet.create({

const selectedStyles = StyleSheet.create({
bubble: {
backgroundColor: defaultTokens.paletteProductNormal,
backgroundColor: defaultTokens.paletteBlueNormal,
},
price: {
color: defaultTokens.paletteWhite,
},
arrow: {
borderTopColor: defaultTokens.paletteProductNormal,
borderTopColor: defaultTokens.paletteBlueNormal,
},
});

0 comments on commit 5fcd0eb

Please sign in to comment.