style: Fix Trending Table filter borders on Safari (mobile & desktop) (#5122)
This commit is contained in:
parent
36109a1fe7
commit
054d92cb9c
@ -49,7 +49,7 @@ const FiltersRow = styled.div`
|
|||||||
|
|
||||||
const Filter = styled.div`
|
const Filter = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
outline: 1px solid ${({ theme }) => theme.backgroundOutline};
|
border: 1px solid ${({ theme }) => theme.backgroundOutline};
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user