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

This commit is contained in:
Megh Bari 2025-08-20 02:54:09 +05:30 committed by GitHub
parent f750c45765
commit ffc1d7526e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export function RenameProjectDialog({
}
}}
placeholder="Enter a new name"
className="mt-4"
className="mt-4 bg-background border-2 border-border"
/>
<DialogFooter>