minor fixes

This commit is contained in:
Eng. Elias
2024-03-24 14:54:17 +04:00
parent f3ff09bb4e
commit 24fab13a30
3 changed files with 8 additions and 4 deletions

View File

@@ -111,6 +111,7 @@ function NewAgentModal(props: {
<Textarea
label="Backstory"
color="blue"
className="text-white"
resize={true}
value={tempAgent?.backstory || ""}
onChange={(event) => {