Skip to content
Snippets Groups Projects
Unverified Commit 15b7292f authored by Ibe Dwi's avatar Ibe Dwi Committed by GitHub
Browse files

Add missing border-radius to the collection table (#35402)

parent 096198c0
No related branches found
No related tags found
Loading
......@@ -19,6 +19,7 @@ export const Table = styled.table<{ canSelect: boolean }>`
background-color: ${color("white")};
table-layout: fixed;
border-collapse: unset;
border-radius: 8px;
thead {
th {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment