Swap background CSS inline style for tailwind utility
This commit is contained in:
parent
48282555e0
commit
cd5642161b
|
|
@ -49,10 +49,7 @@ export function SelectionBox({
|
|||
return (
|
||||
<div
|
||||
ref={selectionBoxRef}
|
||||
className="absolute pointer-events-none z-50"
|
||||
style={{
|
||||
backgroundColor: "hsl(var(--foreground) / 0.1)",
|
||||
}}
|
||||
className="absolute pointer-events-none z-50 bg-foreground/10"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue