style: Fix Trending Table filter borders on Safari (mobile & desktop) (#5122)

This commit is contained in:
Greg Bugyis 2022-11-08 20:13:34 +02:00 committed by GitHub
parent 36109a1fe7
commit 054d92cb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
` `