Skip to content

Commit 7995e16

Browse files
committed
fix: adjust error overlay in light mode
1 parent 66219aa commit 7995e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const ErrorPane = () => {
199199
aria-hidden={true}
200200
className={cn(
201201
"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",
202+
$errors.show && "block cursor-pointer bg-black/10 dark:bg-black/50",
203203
)}
204204
onClick={() => {
205205
$toggleShowError(false);

0 commit comments

Comments
 (0)