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

Hotels: FIX height of separator in StarsPopup #1606

Merged
merged 1 commit into from May 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/hotels/src/filter/stars/StarsPopup.js
Expand Up @@ -67,7 +67,7 @@ export default class StarsPopup extends React.Component<Props, State> {
<SeparatorTrimmed
gapSizeStart={0}
color={defaultTokens.paletteInkLighter}
height={0.5}
height={StyleSheet.hairlineWidth}
/>
</View>
</React.Fragment>,
Expand Down