🩹(tokens) fix typo within cunningham.ts file

The fontSizes.h3 contained an extra ";" chars.
This commit is contained in:
jbpenrath
2023-04-17 16:37:28 +02:00
committed by Jean-Baptiste PENRATH
parent b1925959fe
commit cf325719d5
6 changed files with 10 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ const colorsDanger = {
const fontSizes = {
h1: "1.75rem",
h2: "1.375rem",
h3: "1.125rem;",
h3: "1.125rem",
h4: "0.8125rem",
h5: "0.625rem",
h6: "0.5rem",

View File

@@ -5,4 +5,4 @@
--c--theme--font--weights--medium: 400;
--c--theme--font--families--base: Roboto;
--c--theme--spacings--s: 1rem;
}
}

View File

@@ -5,4 +5,4 @@
--c--theme--font--weights--medium: 400;
--c--theme--font--families--base: Roboto;
--c--theme--spacings--s: 1rem;
}
}