Merge pull request #18592 from ramonlsouza/fix-chat-list-border

style: remove chat list item border
This commit is contained in:
Ramón Souza 2023-08-23 10:17:33 -03:00 committed by GitHub
commit 8f7c5f7d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ const ChatListItem = styled.button`
border-top-right-radius: 0;
border-bottom-right-radius: 0;
cursor: pointer;
border-color: transparent;
[dir="rtl"] & {
border-top-left-radius: 0;