Files
xrpl-hooks-ide/components/Text.tsx
2021-11-19 15:24:59 +02:00

10 lines
166 B
TypeScript

import { styled } from "../stitches.config";
const Text = styled("span", {
fontFamily: "$body",
lineHeight: "$body",
color: "$text",
});
export default Text;