adjust border

This commit is contained in:
miloschwartz 2025-04-12 19:50:30 -04:00
parent 1a750e8279
commit 419e576a3e
No known key found for this signature in database
31 changed files with 118 additions and 112 deletions

View file

@ -28,7 +28,7 @@ export default function CopyTextBox({
return (
<div
className={`relative w-full border-2 rounded-md ${!outline ? "bg-muted" : "bg-card"}`}
className={`relative w-full border rounded-md ${!outline ? "bg-muted" : "bg-card"}`}
>
<pre
ref={textRef}