Fix background transparency in GraphiQL hints (#3434)

This commit is contained in:
Jakub Neander 2023-04-05 12:13:59 +02:00 committed by GitHub
parent fc1c367eaf
commit 80f3e7a575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,6 @@ export const useDashboardTheme = () => {
"--font-weight-regular": vars.fontWeight.bodyLarge, "--font-weight-regular": vars.fontWeight.bodyLarge,
"--font-size-hint": vars.fontSize.bodyEmpLarge, "--font-size-hint": vars.fontSize.bodyEmpLarge,
"--font-size-inline-code": vars.fontSize.bodySmall, "--font-size-inline-code": vars.fontSize.bodySmall,
"--color-base": vars.colors.background.plain,
"--alpha-background-light": 0,
} as React.CSSProperties; } as React.CSSProperties;
return { rootStyle }; return { rootStyle };