Change InputField::font to InputField::style in styles.

This commit is contained in:
John Preston
2024-06-06 20:57:09 +04:00
parent 8ad5117495
commit 501cae2200
18 changed files with 32 additions and 46 deletions

View File

@@ -96,7 +96,9 @@ introPhoneTop: 6px;
introLinkTop: 24px;
introCountry: InputField(defaultInputField) {
textMargins: margins(3px, 27px, 3px, 6px);
font: font(16px);
style: TextStyle(defaultTextStyle) {
font: font(16px);
}
width: 300px;
heightMin: 61px;
}