Skip to content

Commit 585084d

Browse files
committed
added border to tables
1 parent 6815e51 commit 585084d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/allowed-users/components/TiersConfig/TiersConfig.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const TableContainer = styled.div`
2323
margin: 0 2px;
2424
padding-bottom: 1.5rem;
2525
background-color: var(--background-color);
26+
border: 1px solid var(--border-base-color);
2627
.ant-table {
2728
border-radius: 12px;
2829
}

0 commit comments

Comments
 (0)