feat(ui): decrease padding in tabs
This commit is contained in:
@@ -138,7 +138,7 @@ DROPDOWN
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-tabs-tab {
|
.ant-tabs-tab {
|
||||||
padding: var(--content-padding);
|
padding: 0.7rem;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
|
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user