major ui tweaks and refactoring

This commit is contained in:
Milo Schwartz 2025-01-04 20:22:01 -05:00
parent 51bf5c1408
commit 64158a823b
No known key found for this signature in database
91 changed files with 1791 additions and 1246 deletions

View file

@ -23,7 +23,7 @@ export default function CopyTextBox({ text = "", wrapText = false }) {
};
return (
<div className="relative w-full border rounded-md">
<div className="relative w-full border rounded-md bg-card">
<pre
ref={textRef}
className={`p-4 pr-16 text-sm w-full ${
@ -38,7 +38,7 @@ export default function CopyTextBox({ text = "", wrapText = false }) {
variant="outline"
size="icon"
type="button"
className="absolute top-1 right-1 z-10"
className="absolute top-1 right-1 z-10 bg-card"
onClick={copyToClipboard}
aria-label="Copy to clipboard"
>