forked from external-repos/LifeTrinket
better icon handling
This commit is contained in:
10
src/Components/Misc/TextComponents.tsx
Normal file
10
src/Components/Misc/TextComponents.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import styled from 'styled-components';
|
||||
import { theme } from '../../Data/theme';
|
||||
|
||||
export const Paragraph = styled.p`
|
||||
color: ${theme.palette.text.primary};
|
||||
`;
|
||||
|
||||
export const H2 = styled.h2`
|
||||
color: ${theme.palette.text.primary};
|
||||
`;
|
||||
Reference in New Issue
Block a user