fix: font family of input and form stepper
This commit is contained in:
parent
d3b69f1a41
commit
dfaf8774f0
|
@ -7,6 +7,7 @@ div[class*="StepMain-"] {
|
|||
div[class*="LabelContainer-"] span[class*="Label-"] {
|
||||
text-align: initial;
|
||||
text-transform: uppercase;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
div[class*="ConnectorContainer-"] {
|
||||
right: unset;
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
background-color: #f7f8f9;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
color: rgb(13, 22, 37);
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
|
|
Loading…
Reference in New Issue