fix: removes alternative colors

Signed-off-by: Remi Kristelijn <remi.kristelijn@theapsgroup.com>
This commit is contained in:
Remi Kristelijn
2021-04-09 09:11:02 +02:00
parent 2d9050a2e9
commit 484899f6df
-4
View File
@@ -64,8 +64,4 @@ export const pageTheme: Record<string, PageTheme> = {
other: genPageTheme(colorVariants.darkGrey, shapes.wave),
app: genPageTheme(colorVariants.toastyOrange, shapes.wave),
apis: genPageTheme(colorVariants.eveningSea, shapes.wave2),
grpc: genPageTheme(colorVariants.marineBlue, shapes.wave2),
asyncapi: genPageTheme(colorVariants.rubyRed, shapes.wave2),
graphql: genPageTheme(colorVariants.purpleSky, shapes.wave2),
openapi: genPageTheme(colorVariants.toastyOrange, shapes.wave2),
};