Fix new border-radius values
This commit is contained in:
parent
e5e8e5770c
commit
47ddcdcd93
3 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ function changeTab(tabId) {
|
|||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
margin: 0 auto var(--space-32);
|
||||
border-radius: var(--rounded-lg);
|
||||
border-radius: var(--rounded-md);
|
||||
background-color: var(--color-grey-200);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue