We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26be69e + 1e33228 commit 5ec4be9Copy full SHA for 5ec4be9
packages/lib/src/paragraph/Paragraph.tsx
@@ -2,13 +2,13 @@ import { ReactNode } from "react";
2
import styled from "@emotion/styled";
3
4
const Paragraph = styled.p`
5
- display: "block";
+ display: block;
6
font-family: var(--typography-font-family);
7
font-size: var(--typography-body-m);
8
font-weight: var(--typography-body-regular);
9
letter-spacing: var(--spacing-gap-none);
10
line-height: var(--height-s);
11
- text-align: "left";
+ text-align: left;
12
color: var(--color-fg-neutral-dark);
13
text-decoration: none;
14
text-overflow: unset;
0 commit comments