fix: font family of input and form stepper

This commit is contained in:
Ivana Andersson 2023-09-11 22:19:57 +03:00
parent d3b69f1a41
commit dfaf8774f0
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -30,6 +30,8 @@
background-color: #f7f8f9;
width: 100%;
font-size: 16px;
color: rgb(13, 22, 37);
font-family: "Inter", sans-serif;
}
.input-wrapper {