-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Light theme buttons design issue (Playground) #2979
Light theme buttons design issue (Playground) #2979
Comments
Thanks for reporting this! Since we don't provide this configuration, this appears that it would need to be fixed upstream in https://github.com/prisma/graphql-playground (which Apollo consumes, albeit through a fork that we update regularly). Do you mind opening an issue (and preferably a PR?) with the repository that provides that integration? |
I'm not 100% sure, but I think I saw this issue just in the apollo fork. Apollo use:
with version 1.7.26. Prisma use currently version 1.7.20, if I'm not wrong. And the Prisma version 1.7.20 doesn't have this issue. With this configuration everything works fine: playground: {
cdnUrl: 'https://cdn.jsdelivr.net/npm',
version: '1.7.20'
}
|
Ah, so maybe it's already been fixed upstream and we just need to bring it up to date! I'll check. |
This should be fixed by apollographql/graphql-playground#18. I'll publish it into an |
* Update GraphQL Playground to fix tab colors when `theme: "light"`. Fixes #2979 * Add CHANGELOG.md
Thanks for reporting this originally. Please try out the latest release, |
Since apollo-server-express version 2.5.1 and @apollographql/graphql-playground-react version 1.7.26 the buttons have a black background and font color for the light theme. This makes the buttons unrecognizable.
The text was updated successfully, but these errors were encountered: