Skip to content

Commit

Permalink
chore:merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Nov 16, 2023
2 parents d3d2437 + 79637ee commit dae8c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/fonts.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import styled from 'styled-components/native';
import styled from 'styled-components';

export const Heading1 = styled.Text`
export const Heading1 = styled.div`
font-family: public-sans;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
`;

export const Heading4 = styled.Text`
export const Heading4 = styled.div`
font-family: public-sans;
font-size: 15px;
font-style: normal;
Expand Down

0 comments on commit dae8c56

Please sign in to comment.