Skip to content

Commit 0a61b58

Browse files
committed
fix(theme): use semantic --info for dropzone drag-active background (#107)
1 parent baf04a6 commit 0a61b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/src/components/sender/Dropzone.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export function Dropzone({
1818
if (isDragActive) {
1919
return {
2020
...baseStyles,
21-
borderColor: 'var(--accent)',
22-
backgroundColor: 'rgba(45, 120, 220, 0.1)',
21+
borderColor: 'var(--info)',
22+
backgroundColor: 'color-mix(in srgb, var(--info) 10%, transparent)',
2323
}
2424
}
2525

0 commit comments

Comments
 (0)