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

7 lines
156 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;
`;