Merge pull request #5237 from rkristelijn/master

fix: adds pagetheme colors
This commit is contained in:
Ben Lambert
2021-04-12 10:00:33 +02:00
committed by GitHub
5 changed files with 108 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}