Fix background transparency in GraphiQL hints (#3434)
This commit is contained in:
parent
fc1c367eaf
commit
80f3e7a575
1 changed files with 0 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue