Skip to content

Commit 5931fe3

Browse files
committed
Tokens WIP
1 parent 46e7aa6 commit 5931fe3

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

packages/react-components/src/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
--color-text-success-primary: var(--color-green-500);
3131

3232
--color-text-warning-primary: var(--color-yellow-500);
33+
34+
--color-border-brand: var(--color-brand-500);
35+
3336

3437
}
3538

packages/react-components/src/tokens.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@
105105
--font-style-italic: italic;
106106
--font-style-not-italic: normal;
107107

108-
--font-weight-thin: 100px;
109-
--font-weight-extralight: 200px;
110-
--font-weight-light: 300px;
111-
--font-weight-normal: 400px;
112-
--font-weight-medium: 500px;
113-
--font-weight-semibold: 600px;
114-
--font-weight-bold: 700px;
115-
--font-weight-extrabold: 800px;
116-
--font-weight-black: 900px;
108+
--font-weight-thin: 100;
109+
--font-weight-extralight: 200;
110+
--font-weight-light: 300;
111+
--font-weight-normal: 400;
112+
--font-weight-medium: 500;
113+
--font-weight-semibold: 600;
114+
--font-weight-bold: 700;
115+
--font-weight-extrabold: 800;
116+
--font-weight-black: 900;
117117

118118
--font-tracking-tighter: -0.800000011920929px;
119119
--font-tracking-tight: -0.4000000059604645px;

0 commit comments

Comments
 (0)