Describe the bug
When having error in GraphQL Playground, tooltip text cannot be read due to being nearly the same / the same color as the background
To Reproduce
Steps to reproduce the behavior:
Deploy Sanity schema to GraphQL
Mind to have playground
Make some error
Hover over where is error
Expected behavior
Text would be readable
Screenshots
Which versions of Sanity are you using?
@sanity/cli (global) 3.18.1 (up to date)
@sanity/eslint-config-studio 3.0.1 (up to date)
@sanity/vision 3.18.1 (up to date)
sanity 3.18.1 (up to date)
What operating system are you using?
Ubuntu 22.04
Which versions of Node.js / npm are you running?
Node: v19.2.0
pnpm: 8.6.12
Additional context
I checked issue and all it took was to add color black to class CodeLint-lint-tooltip
Describe the bug When having error in GraphQL Playground, tooltip text cannot be read due to being nearly the same / the same color as the background To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text would be readable
Screenshots
Which versions of Sanity are you using?
@sanity/cli (global) 3.18.1 (up to date) @sanity/eslint-config-studio 3.0.1 (up to date) @sanity/vision 3.18.1 (up to date) sanity 3.18.1 (up to date)
What operating system are you using?
Ubuntu 22.04
Which versions of Node.js / npm are you running?
Node: v19.2.0 pnpm: 8.6.12
Additional context I checked issue and all it took was to add
color black
to class CodeLint-lint-tooltipSecurity issue? Nope