🩹(tokens) fix typo within cunningham.ts file
The fontSizes.h3 contained an extra ";" chars.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
b1925959fe
commit
cf325719d5
@@ -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",
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
--c--theme--font--weights--medium: 400;
|
||||
--c--theme--font--families--base: Roboto;
|
||||
--c--theme--spacings--s: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
--c--theme--font--weights--medium: 400;
|
||||
--c--theme--font--families--base: Roboto;
|
||||
--c--theme--spacings--s: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user