From 80f3e7a575dd96973d058276148a1fd131d2cedd Mon Sep 17 00:00:00 2001 From: Jakub Neander Date: Wed, 5 Apr 2023 12:13:59 +0200 Subject: [PATCH] Fix background transparency in GraphiQL hints (#3434) --- src/components/GraphiQL/styles.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/GraphiQL/styles.ts b/src/components/GraphiQL/styles.ts index 5741c4f53..0a4b3cb54 100644 --- a/src/components/GraphiQL/styles.ts +++ b/src/components/GraphiQL/styles.ts @@ -63,8 +63,6 @@ export const useDashboardTheme = () => { "--font-weight-regular": vars.fontWeight.bodyLarge, "--font-size-hint": vars.fontSize.bodyEmpLarge, "--font-size-inline-code": vars.fontSize.bodySmall, - "--color-base": vars.colors.background.plain, - "--alpha-background-light": 0, } as React.CSSProperties; return { rootStyle };