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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user