Fix new border-radius values

This commit is contained in:
Timothée Goguely 2024-09-10 18:07:43 +02:00
parent e5e8e5770c
commit 47ddcdcd93
3 changed files with 5 additions and 5 deletions

View file

@ -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);
}