Skip to content

Commit

Permalink
fix(styled): Allow ModeButton title component to be styled when butto…
Browse files Browse the repository at this point in the history
…n is selected.
  • Loading branch information
binh-dam-ibigroup committed Mar 20, 2020
1 parent dca509b commit 29ad4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/form/styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export const StyledSettingsSelectorPanel = styled(SettingsSelectorPanel)`
font-weight: 300;
line-height: 12px;
padding: 4px 0px 0px;
&.active {
font-weight: 600;
}
}
}
${TripFormClasses.ModeSelector.MainRow} {
Expand Down

0 comments on commit 29ad4f5

Please sign in to comment.