From 1d9a4822fcc1d9e22e96b67137069f54a6050e97 Mon Sep 17 00:00:00 2001 From: "damon.chen" Date: Thu, 30 Mar 2023 03:54:21 +0800 Subject: [PATCH] Update dark-mode.md (#236) --- documentation/docs/guides/dark-mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/guides/dark-mode.md b/documentation/docs/guides/dark-mode.md index c7d6c5a1..a1a0f02c 100644 --- a/documentation/docs/guides/dark-mode.md +++ b/documentation/docs/guides/dark-mode.md @@ -38,6 +38,7 @@ const theme = createTheme({ secondaryCardText: palette.black, }, textVariants: { + defaults: {}, body: { fontSize: 16, lineHeight: 24, @@ -45,6 +46,7 @@ const theme = createTheme({ }, }, cardVariants: { + defaults: {}, primary: { backgroundColor: 'primaryCardBackground', shadowOpacity: 0.3,