Skip to content

Instantly share code, notes, and snippets.

@cpv123
Created August 27, 2020 02:31
Show Gist options
  • Save cpv123/7a32eebb809ecd37f2a6ffa1984125d5 to your computer and use it in GitHub Desktop.
Save cpv123/7a32eebb809ecd37f2a6ffa1984125d5 to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
import { Typography } from 'antd';
export const StyledParagraph = styled(Typography.Paragraph)`
&& {
display: flex;
margin-bottom: 0;
font-size: 1.25rem;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment