We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66219aa commit 7995e16Copy full SHA for 7995e16
src/Preview.tsx
@@ -199,7 +199,7 @@ const ErrorPane = () => {
199
aria-hidden={true}
200
className={cn(
201
"absolute top-0 left-0 hidden h-full w-full transition-all",
202
- $errors.show && "block cursor-pointer bg-black/20 dark:bg-black/50",
+ $errors.show && "block cursor-pointer bg-black/10 dark:bg-black/50",
203
)}
204
onClick={() => {
205
$toggleShowError(false);
0 commit comments