mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added api support of match code to url auth box.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user