fix adds pagetheme colors

closes #5235

Signed-off-by: Remi Kristelijn <remi.kristelijn@theapsgroup.com>
This commit is contained in:
Remi Kristelijn
2021-04-07 08:43:29 +02:00
parent bb5b38c5e5
commit 4438b0f6e8
4 changed files with 111 additions and 1 deletions
@@ -26,7 +26,7 @@ export const ApiExplorerLayout = ({ children }: Props) => {
configApi.getOptionalString('organization.name') ?? 'Backstage'
} API Explorer`;
return (
<Page themeId="home">
<Page themeId="apis">
<Header
title="APIs"
subtitle={generatedSubtitle}