Skip to content

Commit 23081ea

Browse files
fix(trip-form): use invisible classname
1 parent 71a2550 commit 23081ea

File tree

1 file changed

+1
-1
lines changed
  • packages/trip-form/src/MetroModeSelector/AdvancedModeSettingsButton

1 file changed

+1
-1
lines changed

packages/trip-form/src/MetroModeSelector/AdvancedModeSettingsButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const StyledModeSettingsButton = styled.div<{
4444
margin-top: -2px;
4545
padding: 0 10px;
4646
47-
span:first-of-type {
47+
span.invisible {
4848
${invisibleCss}
4949
}
5050
}

0 commit comments

Comments
 (0)