Mr. X
Results
2
comments of
Mr. X
Having the same issue with Fastify 4.1.0.
Or, the backdrop colour can be updated in dark mode: ``` @media (prefers-color-scheme: dark) { dialog::backdrop { background: rgba(255, 255, 255, 0.61); } } ``` Or for both modes: ```...