From 5fcd0ebc4a502fa5acc5d62cfba9c88dfaf67551 Mon Sep 17 00:00:00 2001 From: Trond Bergquist Date: Fri, 3 May 2019 13:06:33 +0200 Subject: [PATCH] Hotels: Change background color on active price marker --- app/hotels/src/map/allHotels/PriceMarker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/hotels/src/map/allHotels/PriceMarker.js b/app/hotels/src/map/allHotels/PriceMarker.js index c936e2c1..3cb90e0b 100644 --- a/app/hotels/src/map/allHotels/PriceMarker.js +++ b/app/hotels/src/map/allHotels/PriceMarker.js @@ -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, }, });