Reduce weight of tab text

This commit is contained in:
Gabe Kangas 2023-01-18 19:26:23 -08:00
parent b6d6970132
commit 4809e6eb0f
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -158,7 +158,7 @@ DROPDOWN
padding: var(--content-padding);
background-color: transparent;
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
font-weight: bold;
font-weight: 600;
& + .ant-tabs-tab {
margin-left: var(--module-spacing);
}