We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2d7b6 commit 772f7feCopy full SHA for 772f7fe
2 files changed
javascript/grid-ui/.eslintrc.js javascript/grid-ui/.eslintrc.cjsjavascript/grid-ui/.eslintrc.js renamed to javascript/grid-ui/.eslintrc.cjs
javascript/grid-ui/src/theme/typography.tsx
@@ -15,7 +15,7 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
-const typogpaphy = {
+const typography = {
19
h1: {
20
fontWeight: 500,
21
fontSize: 35,
@@ -55,4 +55,4 @@ const typogpaphy = {
55
].join(',')
56
}
57
58
-export default typogpaphy
+export default typography
0 commit comments