diff --git a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml index 9db38bc029..c720a3a45d 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml @@ -15,7 +15,6 @@ Rectangle { border.color: Theme.grey border.width: 1 - ChannelIcon { id: channelIcon channelName: chatsModel.activeChannel.name diff --git a/ui/app/AppLayouts/Chat/components/ChannelIcon.qml b/ui/app/AppLayouts/Chat/components/ChannelIcon.qml index 5b764907a6..b5ffd806bd 100644 --- a/ui/app/AppLayouts/Chat/components/ChannelIcon.qml +++ b/ui/app/AppLayouts/Chat/components/ChannelIcon.qml @@ -31,7 +31,7 @@ Rectangle { Rectangle { width: contactImage.width ? contactImage.width : 36 height: contactImage.height ? contactImage.height: 36 - radius: 50 + radius: 120 color: { const color = chatsModel.getChannelColor(channelName) if (!color) {