Skip to content

Commit a286cd9

Browse files
committed
Update drop zone overlay to include a bit of opacity
1 parent d5b1bcf commit a286cd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/twig/src/renderer/features/sessions/components/DropZoneOverlay.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ export function DropZoneOverlay({ isVisible }: DropZoneOverlayProps) {
1414
inset="0"
1515
align="center"
1616
justify="center"
17-
className="pointer-events-none z-50 bg-accent-a3"
17+
className="pointer-events-none z-50"
1818
style={{
19+
backgroundColor: "var(--color-background)",
20+
opacity: 0.9,
1921
border: "2px dashed var(--accent-8)",
2022
borderRadius: "var(--radius-3)",
2123
margin: "8px",

0 commit comments

Comments
 (0)