Skip to content

Commit

Permalink
fix: update new channel icon color on chat main modal (#521)
Browse files Browse the repository at this point in the history
## Description
his PR includes a fix to update the new channel item’s icon on the chat
main modal.

## Additional Notes
N/A

## Type of Change
- [x] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Refactoring
- [ ] Documentation
- [ ] Chore

## Screenshots (if applicable)
<!-- Include screenshots to demonstrate any UI changes. -->

<img width="180" alt="image"
src="https://github.com/user-attachments/assets/29c47986-78a1-467b-b3f1-3a0cc7eccf29">
  • Loading branch information
ice-kreios authored Jan 9, 2025
1 parent a4aabf2 commit b5b32b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/features/chat/model/conversation_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum ConversationType implements MainModalListItem {
return switch (this) {
ConversationType.private => Assets.svg.iconChatCreatenew,
ConversationType.group => Assets.svg.iconSearchGroups,
ConversationType.channel => Assets.svg.iconFeedArticles,
ConversationType.channel => Assets.svg.iconSearchChannel,
};
}
}

0 comments on commit b5b32b4

Please sign in to comment.