Added api support of match code to url auth box.

This commit is contained in:
23rd
2026-02-13 12:10:06 +03:00
committed by John Preston
parent a83890b03e
commit 2418fb311e
5 changed files with 318 additions and 29 deletions
+13
View File
@@ -809,11 +809,24 @@ backgroundConfirmCancel: RoundButton(backgroundConfirm) {
urlAuthCheckbox: Checkbox(defaultBoxCheckbox) {
width: 240px;
}
urlAuthCodesTitle: FlatLabel(defaultPeerListAbout) {
textFg: boxTitleFg;
style: TextStyle(defaultTextStyle) {
font: boxTitleFont;
}
}
urlAuthCheckboxAbout: FlatLabel(defaultPeerListAbout) {
style: TextStyle(boxTextStyle) {
font: font(12px);
}
}
urlAuthCodesButton: RoundButton(defaultLightButton) {
height: 58px;
textTop: 19px;
style: TextStyle(semiboldTextStyle) {
font: font(20px semibold);
}
}
urlAuthBoxRowTopLabel: FlatLabel(boxLabel) {
maxHeight: 30px;
}