Add most recent albums
This commit is contained in:
7
src/components/Typography.ts
Normal file
7
src/components/Typography.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import styled from 'styled-components/native';
|
||||
|
||||
export const Header = styled.Text`
|
||||
margin: 24px 0 12px 0;
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
`;
|
||||
Reference in New Issue
Block a user