Files
jellyfin-audio-player/src/components/Typography.ts

12 lines
239 B
TypeScript
Raw Normal View History

2020-06-21 13:02:23 +02:00
import styled from 'styled-components/native';
export const Header = styled.Text`
margin: 24px 0 12px 0;
font-size: 36px;
font-weight: bold;
2020-08-28 14:17:54 +02:00
`;
export const SubHeader = styled.Text`
font-size: 24px;
margin: 12px 0;
2020-06-21 13:02:23 +02:00
`;