Use small icons in channel list (#3832)

This PR adjusts the size of the chat and channel note icons in the
channel list to be smaller.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-02 11:41:35 -05:00 committed by GitHub
parent f5b60adcf9
commit 8ba52b839f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2170,6 +2170,7 @@ impl CollabPanel {
h_stack()
.child(
IconButton::new("channel_chat", Icon::MessageBubbles)
.icon_size(IconSize::Small)
.icon_color(if has_messages_notification {
Color::Default
} else {
@ -2185,6 +2186,7 @@ impl CollabPanel {
)
.child(
IconButton::new("channel_notes", Icon::File)
.icon_size(IconSize::Small)
.icon_color(if has_notes_notification {
Color::Default
} else {