From bcc35de246b7db4888ff80b024a41fd47fe5ecb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor?= Date: Wed, 15 Sep 2021 22:21:05 +0200 Subject: [PATCH] Run pretier on app-custom-theme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor --- docs/getting-started/app-custom-theme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index f10db06d36..ecd9e4ac21 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -123,15 +123,15 @@ const themeOptions = createThemeOptions({ fontFamily: 'Comic Sans', /* below drives the header colors */ pageTheme: { - home: genPageTheme(['#123456','#123456'], shapes.wave), - documentation: genPageTheme(['#123456','#123456'], shapes.wave2), - tool: genPageTheme(['#123456','#123456'], shapes.round), - service: genPageTheme(['#123456','#123456'], shapes.wave), - website: genPageTheme(['#123456','#123456'], shapes.wave), - library: genPageTheme(['#123456','#123456'], shapes.wave), - other: genPageTheme(['#123456','#123456'], shapes.wave), - app: genPageTheme(['#123456','#123456'], shapes.wave), - apis: genPageTheme(['#123456','#123456'], shapes.wave), + home: genPageTheme(['#123456', '#123456'], shapes.wave), + documentation: genPageTheme(['#123456', '#123456'], shapes.wave2), + tool: genPageTheme(['#123456', '#123456'], shapes.round), + service: genPageTheme(['#123456', '#123456'], shapes.wave), + website: genPageTheme(['#123456', '#123456'], shapes.wave), + library: genPageTheme(['#123456', '#123456'], shapes.wave), + other: genPageTheme(['#123456', '#123456'], shapes.wave), + app: genPageTheme(['#123456', '#123456'], shapes.wave), + apis: genPageTheme(['#123456', '#123456'], shapes.wave), }, }); ```