Skip to content

Commit 28cfc88

Browse files
committed
fix(whitelabeling): remove drop image text from drag overlay
1 parent 343ea90 commit 28cfc88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/sim/ee/whitelabeling/components/whitelabeling-settings.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ function DropZone({ onDrop, children, className }: DropZoneProps) {
5555
>
5656
{children}
5757
{isDragging && (
58-
<div className='pointer-events-none absolute inset-0 z-10 flex items-center justify-center rounded-lg border-[1.5px] border-[var(--brand)] border-dashed bg-[color-mix(in_srgb,var(--brand)_8%,transparent)]'>
59-
<span className='font-medium text-[12px] text-[var(--brand)]'>Drop image</span>
60-
</div>
58+
<div className='pointer-events-none absolute inset-0 z-10 rounded-lg border-[1.5px] border-[var(--brand)] border-dashed bg-[color-mix(in_srgb,var(--brand)_8%,transparent)]' />
6159
)}
6260
</div>
6361
)

0 commit comments

Comments
 (0)