feat(rename-modal): enhance input visibility in dark theme with border (#561)
This commit is contained in:
parent
f750c45765
commit
ffc1d7526e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue