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, }, });