polkadot-api / papi-console

Polkadot dev console powered by polkadot-api
https://dev.papi.how
GNU Affero General Public License v3.0
6 stars 2 forks source link

tooltips in constants are not readable in dark mode #3

Open voliva opened 1 week ago

voliva commented 1 week ago

Constants with docs defined in the metadata show a tooltip when hovering over them to show the docs, but on dark mode the text is not readable with the background:

image

This is something leftover from when we weren't using shadcn - I think the fix would be to make the tooltip style go back to the default one.