mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 23:42:06 +00:00
Update EditGroupModal.tsx
This commit is contained in:
parent
a3a4823bc6
commit
43a1b57b66
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export function EditGroupModal({
|
|||
handleSave();
|
||||
}
|
||||
}}
|
||||
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm"
|
||||
className="w-full px-3 py-2 bg-background-main outline-none rounded text-sm text-white"
|
||||
autoFocus
|
||||
/>
|
||||
{newGroupName.trim().length > 0 && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue