Skip to content

Commit

Permalink
feature: prompts select
Browse files Browse the repository at this point in the history
  • Loading branch information
linround committed Mar 22, 2024
1 parent f2eb074 commit 663a313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/AIModels/SDXLLightning.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
background-color: var(--themeBgColor);
color: var(--themeTextColor);
margin: 10px 0;
border-radius: 4px;
border-radius: 6px;
outline: none;
border: 2px solid #423f3f;
}
.textAreaContainer{
padding: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/AIModels/SDXLLightning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function SDXLLightning() {
</Button>
<div>
<textarea
rows={6}
rows={8}
className={styleCss.textArea}
defaultValue={currentPrompt}
onChange={onChange}/>
Expand Down

0 comments on commit 663a313

Please sign in to comment.