Commit 054d92cb authored by Greg Bugyis's avatar Greg Bugyis Committed by GitHub

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

parent 36109a1f
...@@ -49,7 +49,7 @@ const FiltersRow = styled.div` ...@@ -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;
` `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment