From e9850f784e2de74de04d14a2f5cdc3c2d0445295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Wed, 15 Sep 2021 17:08:45 +0200 Subject: [PATCH] Add missing commas to app-custom-theme docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Suárez Fernández Signed-off-by: Víctor --- docs/getting-started/app-custom-theme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 862c3c0cb6..f10db06d36 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -88,7 +88,7 @@ const themeOptions = createThemeOptions({ main: '#123456', }, error: { - main: '#123456' + main: '#123456', }, warning: { main: '#123456', @@ -105,17 +105,17 @@ const themeOptions = createThemeOptions({ }, banner: { info: '#123456', - error: '#123456' - text: '#123456' + error: '#123456', + text: '#123456', link: '#123456', }, - errorBackground: '#123456' - warningBackground: '#123456' - infoBackground: '#123456' + errorBackground: '#123456', + warningBackground: '#123456', + infoBackground: '#123456', navigation: { background: '#123456', - indicator: '#123456' - color: '#123456' + indicator: '#123456', + color: '#123456', selectedColor: '#123456', }, },