Skip to content

Commit

Permalink
style: adjust antd table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Kang committed Jun 18, 2020
1 parent 2ec1544 commit 1aa97a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webui/react/src/styles/antd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ html {
/* Input */

.ant-input-affix-wrapper {
border-radius: 0.3rem;
border-radius: var(--theme-border-radius);
padding: 0.6rem;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-lg { padding: 0.65rem 0.75rem; }
Expand Down Expand Up @@ -81,4 +81,10 @@ html {
align-items: center;
display: inline-flex;
}

/* Table */

.ant-table {
border: solid var(--theme-sizes-border-width) var(--theme-colors-monochrome-13);
}
}

0 comments on commit 1aa97a1

Please sign in to comment.