Skip to content

Commit

Permalink
CR styled
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Jan 23, 2024
1 parent 6dc5c8b commit 4b6b38c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Text, View } from 'react-native';
import styled from 'styled-components';
import { FONT_SIZES, FONT_WEIGHTS } from '../../context/theme';

export const TitleWithSubTitle = styled(View)`
display: flex;
Expand All @@ -8,8 +9,8 @@ export const TitleWithSubTitle = styled(View)`
`;
export const BaseText = styled(Text)`
color: #212229;
${FONT_SIZES.LARGE};
font-family: Inter;
font-size: 14px;
font-style: normal;
line-height: 20px;
`;
Expand Down

0 comments on commit 4b6b38c

Please sign in to comment.