mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Swap background CSS inline style for tailwind utility
This commit is contained in:
@@ -49,10 +49,7 @@ export function SelectionBox({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={selectionBoxRef}
|
ref={selectionBoxRef}
|
||||||
className="absolute pointer-events-none z-50"
|
className="absolute pointer-events-none z-50 bg-foreground/10"
|
||||||
style={{
|
|
||||||
backgroundColor: "hsl(var(--foreground) / 0.1)",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user