diff --git a/examples/client/Locomotion/src/Components/BusinessAccountText/styled.ts b/examples/client/Locomotion/src/Components/BusinessAccountText/styled.ts index f83310911..2a64e941a 100644 --- a/examples/client/Locomotion/src/Components/BusinessAccountText/styled.ts +++ b/examples/client/Locomotion/src/Components/BusinessAccountText/styled.ts @@ -8,7 +8,6 @@ export const TitleWithSubTitle = styled(View)` `; export const BaseText = styled(Text)` color: #212229; -font-family: Montserrat; font-size: 14px; font-style: normal; line-height: 20px; diff --git a/examples/client/Locomotion/src/Components/TabSwitch/styled.ts b/examples/client/Locomotion/src/Components/TabSwitch/styled.ts index 2fa40b560..0b2064cd0 100644 --- a/examples/client/Locomotion/src/Components/TabSwitch/styled.ts +++ b/examples/client/Locomotion/src/Components/TabSwitch/styled.ts @@ -40,7 +40,6 @@ padding: 4px; justify-content: center; align-items: center; color: ${({ isSelected }: TabStyled) => (isSelected ? SELECTED_COLOR : UNSELECTED_COLOR)}; -font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 500; @@ -49,7 +48,6 @@ line-height: 24px; export const TextContainer = styled.Text` color: #666975; color: ${({ isSelected }: TabStyled) => (isSelected ? SELECTED_COLOR : UNSELECTED_COLOR)}; -font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 500; diff --git a/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js b/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js index 9e7131448..29c9c23c9 100644 --- a/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js +++ b/examples/client/Locomotion/src/popups/ChoosePaymentMethod/styled.js @@ -45,7 +45,6 @@ export const SummaryContainer = styled.View` export const Title = styled.Text` flex: 10; color: #212229; - font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 700;