finish up tailwind

This commit is contained in:
Viktor Rådberg
2024-01-13 14:50:36 +01:00
parent 3cd982c643
commit 4f231ba6f4
19 changed files with 274 additions and 581 deletions

View File

@@ -1,11 +1,6 @@
import styled from 'styled-components';
import { theme } from '../../Data/theme';
import { twc } from 'react-twc';
export const Paragraph = styled.p`
color: ${theme.palette.text.primary};
`;
export const Paragraph = twc.p`text-text-primary;`;
// eslint-disable-next-line react-refresh/only-export-components
export const H1 = styled.h1`
color: ${theme.palette.text.primary};
`;
export const H1 = twc.h1`text-text-primary;`;