Basic components for the project and stitches theme
This commit is contained in:
9
components/Text.tsx
Normal file
9
components/Text.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { styled } from "../stitches.config";
|
||||
|
||||
const Text = styled("span", {
|
||||
fontFamily: "$body",
|
||||
lineHeight: "$body",
|
||||
color: "$text",
|
||||
});
|
||||
|
||||
export default Text;
|
||||
Reference in New Issue
Block a user