File tree 2 files changed +8
-8
lines changed
components/accounts/modals
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ const VerificationForm = (props: VerificationFormProps) => {
37
37
onChange = { handleInputChange }
38
38
validChars = "0-9"
39
39
classNames = { {
40
- container : styles . container ,
41
- character : styles . character ,
42
- characterSelected : styles [ "character-- selected"] ,
40
+ container : "verification-modal- container" ,
41
+ character : "verification-modal- character" ,
42
+ characterSelected : "verification-modal-character- selected",
43
43
} }
44
44
removeDefaultStyles
45
45
/>
Original file line number Diff line number Diff line change 1
- .verification-modal . container {
1
+ .verification-modal- container {
2
2
height : 50px ;
3
3
width : 300px ;
4
4
margin-top : 10px ;
5
5
}
6
6
7
- .verification-modal . character {
7
+ .verification-modal- character {
8
8
line-height : 50px ;
9
9
font-size : 36px ;
10
10
color : black;
14
14
margin-left : 8px ;
15
15
}
16
16
17
- .verification-modal . character : first-child {
17
+ .verification-modal- character : first-child {
18
18
margin-left : 0 ;
19
19
}
20
20
21
- .verification-modal . character- -selected {
21
+ .verification-modal-character -selected {
22
22
border : 1px solid # b0b0b0 ;
23
- }
23
+ }
You can’t perform that action at this time.
0 commit comments