Skip to content

Commit

Permalink
remove Montserrat
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Jan 16, 2024
1 parent c606538 commit 2769430
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions examples/client/Locomotion/src/Components/TabSwitch/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2769430

Please sign in to comment.