2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix fragment button in Intro process.

This commit is contained in:
John Preston
2022-12-29 11:41:49 +04:00
parent 43671e2b47
commit 071411c8b9
3 changed files with 9 additions and 6 deletions

View File

@@ -293,11 +293,8 @@ membersAbout: FlatLabel(defaultFlatLabel) {
style: boxLabelStyle;
}
fragmentBoxButton: RoundButton(introNextButton) {
fragmentBoxButton: RoundButton(introFragmentButton) {
width: 256px;
icon: icon {{ "fragment", activeButtonFg }};
iconOver: icon {{ "fragment", activeButtonFgOver }};
iconPosition: point(-10px, 9px);
}
passcodeHeaderFont: font(19px);