feat(rename-modal): enhance input visibility in dark theme with border (#561)

This commit is contained in:
Megh Bari
2025-08-19 23:24:09 +02:00
committed by GitHub
parent f750c45765
commit ffc1d7526e
@@ -51,7 +51,7 @@ export function RenameProjectDialog({
} }
}} }}
placeholder="Enter a new name" placeholder="Enter a new name"
className="mt-4" className="mt-4 bg-background border-2 border-border"
/> />
<DialogFooter> <DialogFooter>