From 29ad4f5606d158d6592353f52c33f5de14baca57 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Fri, 20 Mar 2020 09:45:51 -0400 Subject: [PATCH] fix(styled): Allow ModeButton title component to be styled when button is selected. --- lib/components/form/styled.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/components/form/styled.js b/lib/components/form/styled.js index 47cc452d5..0ff6705a9 100644 --- a/lib/components/form/styled.js +++ b/lib/components/form/styled.js @@ -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} {