Skip to content

Commit

Permalink
Removed placeholder from input field in box for renaming sticker set.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd authored and john-preston committed Aug 1, 2024
1 parent e9bb6f6 commit 65a14bc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Telegram/SourceFiles/chat_helpers/chat_helpers.style
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,15 @@ editTagLimit: FlatLabel(defaultFlatLabel) {
}

editStickerSetNameField: InputField(defaultInputField) {
textMargins: margins(0px, 28px, 26px, 4px);
heightMax: 55px;
textMargins: margins(0px, 8px, 26px, 4px);
heightMin: 36px;
heightMax: 36px;
placeholderFg: placeholderFg;
placeholderFgActive: placeholderFgActive;
placeholderFgError: placeholderFgActive;
placeholderMargins: margins(2px, 0px, 2px, 0px);
placeholderScale: 0.;
placeholderFont: normalFont;
}
editStickerSetNameLoading: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) {
color: lightButtonFg;
Expand Down

0 comments on commit 65a14bc

Please sign in to comment.