From 36e233cb026801dc23c76c04a8aebd77024ef6b0 Mon Sep 17 00:00:00 2001 From: Remi Kristelijn Date: Fri, 9 Apr 2021 09:11:50 +0200 Subject: [PATCH] fix: missing code Signed-off-by: Remi Kristelijn --- docs/getting-started/app-custom-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/app-custom-theme.md b/docs/getting-started/app-custom-theme.md index 473da02670..181f541929 100644 --- a/docs/getting-started/app-custom-theme.md +++ b/docs/getting-started/app-custom-theme.md @@ -131,7 +131,7 @@ const themeOptions = createThemeOptions({ library: genPageTheme(['#123456','#123456'] shapes.wave), other: genPageTheme(['#123456','#123456'], shapes.wave), app: genPageTheme(['#123456','#123456'], shapes.wave), - apis: genPageTheme(['#123456','#123456'], + apis: genPageTheme(['#123456','#123456'], shapes.wave), }, }); ```