Skip to content

Commit 0ac2dc9

Browse files
fix: corrigi nome de classes
1 parent 3f7fd7d commit 0ac2dc9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/app/create-character/create-character.module.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@
120120
resize: none;
121121
}
122122

123-
.textAreaBibliografia {
124-
border: 2px solid #8000ff;
123+
.textAreaBiografia {
124+
background-color: #d9d9d9;
125+
border: 2px solid #8000ff;
126+
font-family: Roboto;
127+
font-size: 12px;
128+
125129
}
126130

127131
.colors {

src/app/create-character/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function CreateCharacter() {
5959
value={classe}
6060
onChange={(e) => setClasse(e.target.value)}
6161
placeholder='Digite a biografia do seu personagem'
62-
className={styles.textAreaBibliografia}></textarea>
62+
className={styles.textAreaBiografia}></textarea>
6363

6464
<div className={styles.colors}>
6565
<input type='radio' name='color' id='black' value='black' className={styles.color} hidden />

0 commit comments

Comments
 (0)