Merge pull request #18592 from ramonlsouza/fix-chat-list-border
style: remove chat list item border
This commit is contained in:
commit
8f7c5f7d59
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user