Add most recent albums

This commit is contained in:
Lei Nelissen
2020-06-21 13:02:23 +02:00
parent 4442b9b99a
commit a282bb843e
17 changed files with 276 additions and 60 deletions

View 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;
`;