Skip to content

Commit 151a354

Browse files
authored
Update code.js
1 parent c156ae8 commit 151a354

File tree

1 file changed

+4
-4
lines changed
  • src/sections/Projects/Sistent/identity/typography

1 file changed

+4
-4
lines changed

src/sections/Projects/Sistent/identity/typography/code.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ const semanticTokens = [
9191
size: "16px / 1rem",
9292
lineHeight: "28px / 1.75rem",
9393
weight: "Regular / 400",
94-
category: "Sub-heading",
95-
case: "Title case",
94+
category: "Body",
95+
case: "Sentence case",
9696
},
9797
mobile: {
9898
typeface: "Open Sans",
9999
size: "16px / 1rem",
100100
lineHeight: "28px / 1.75rem",
101101
weight: "Regular / 400",
102-
category: "Sub-heading",
102+
category: "Body",
103103
case: "Sentence case",
104104
},
105105
sample: "Aa",
@@ -183,7 +183,7 @@ const semanticTokens = [
183183
category: "Label",
184184
case: "Sentence case",
185185
},
186-
sample: "aa",
186+
sample: "Aa",
187187
},
188188
{
189189
token: "text-c1-regular",

0 commit comments

Comments
 (0)