diff --git a/Telegram/Resources/icons/chat/input_video.png b/Telegram/Resources/icons/chat/input_video.png new file mode 100644 index 000000000..34a71853d Binary files /dev/null and b/Telegram/Resources/icons/chat/input_video.png differ diff --git a/Telegram/Resources/icons/chat/input_video@2x.png b/Telegram/Resources/icons/chat/input_video@2x.png new file mode 100644 index 000000000..0657613a8 Binary files /dev/null and b/Telegram/Resources/icons/chat/input_video@2x.png differ diff --git a/Telegram/Resources/icons/chat/input_video@3x.png b/Telegram/Resources/icons/chat/input_video@3x.png new file mode 100644 index 000000000..9fb24d542 Binary files /dev/null and b/Telegram/Resources/icons/chat/input_video@3x.png differ diff --git a/Telegram/SourceFiles/chat_helpers/chat_helpers.style b/Telegram/SourceFiles/chat_helpers/chat_helpers.style index 2d3a1cd63..b1bfa2f78 100644 --- a/Telegram/SourceFiles/chat_helpers/chat_helpers.style +++ b/Telegram/SourceFiles/chat_helpers/chat_helpers.style @@ -1161,9 +1161,9 @@ historyRecordVoiceOnceFg: icon {{ "voice_lock/audio_once_number", windowFgActive historyRecordVoiceOnceFgOver: icon {{ "voice_lock/audio_once_number", windowFgActive }}; historyRecordVoiceOnceInactive: icon {{ "chat/audio_once", windowSubTextFg }}; historyRecordVoiceActive: icon {{ "chat/input_record_filled", historyRecordVoiceFgActiveIcon }}; -historyRecordRound: icon {{ "info/info_media_round", historyRecordVoiceFg }}; -historyRecordRoundOver: icon {{ "info/info_media_round", historyRecordVoiceFgOver }}; -historyRecordRoundActive: icon {{ "info/info_media_round", historyRecordVoiceFgActiveIcon }}; +historyRecordRound: icon {{ "chat/input_video", historyRecordVoiceFg }}; +historyRecordRoundOver: icon {{ "chat/input_video", historyRecordVoiceFgOver }}; +historyRecordRoundActive: icon {{ "chat/input_video", historyRecordVoiceFgActiveIcon }}; historyRecordRoundIconPosition: point(0px, 0px); historyRecordSendIconPosition: point(2px, 0px); historyRecordVoiceRippleBgActive: lightButtonBgOver; diff --git a/Telegram/SourceFiles/media/view/media_view.style b/Telegram/SourceFiles/media/view/media_view.style index e25092dbf..c235b7d59 100644 --- a/Telegram/SourceFiles/media/view/media_view.style +++ b/Telegram/SourceFiles/media/view/media_view.style @@ -480,8 +480,8 @@ storiesLike: IconButton(storiesAttach) { } storiesRecordVoice: icon {{ "chat/input_record", storiesComposeGrayIcon }}; storiesRecordVoiceOver: icon {{ "chat/input_record", storiesComposeGrayIcon }}; -storiesRecordRound: icon {{ "info/info_media_round", storiesComposeGrayIcon }}; -storiesRecordRoundOver: icon {{ "info/info_media_round", storiesComposeGrayIcon }}; +storiesRecordRound: icon {{ "chat/input_video", storiesComposeGrayIcon }}; +storiesRecordRoundOver: icon {{ "chat/input_video", storiesComposeGrayIcon }}; storiesRemoveSet: IconButton(stickerPanRemoveSet) { icon: icon {{ "simple_close", storiesComposeGrayIcon }}; iconOver: icon {{ "simple_close", storiesComposeGrayIcon }};