Added input field for notes to edit contact box.

This commit is contained in:
23rd
2025-09-20 18:32:46 +03:00
committed by John Preston
parent 8ea9709305
commit 52a590334c
3 changed files with 157 additions and 13 deletions
+6
View File
@@ -754,6 +754,12 @@ createPollFieldTitlePadding: margins(22px, 7px, 10px, 6px);
sendGifWithCaptionEmojiPosition: point(-30px, 23px);
notesFieldWithEmoji: InputField(defaultInputField) {
textMargins: margins(0px, 28px, 30px, 4px);
// border: 0px;
// borderActive: 0px;
}
backgroundCheckbox: Checkbox(defaultCheckbox) {
textFg: msgServiceFg;
textFgActive: msgServiceFg;