File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 120
120
resize : none;
121
121
}
122
122
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
+
125
129
}
126
130
127
131
.colors {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function CreateCharacter() {
59
59
value = { classe }
60
60
onChange = { ( e ) => setClasse ( e . target . value ) }
61
61
placeholder = 'Digite a biografia do seu personagem'
62
- className = { styles . textAreaBibliografia } > </ textarea >
62
+ className = { styles . textAreaBiografia } > </ textarea >
63
63
64
64
< div className = { styles . colors } >
65
65
< input type = 'radio' name = 'color' id = 'black' value = 'black' className = { styles . color } hidden />
You can’t perform that action at this time.
0 commit comments