chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
.modal {
|
||||
background: var(--UI-Input-Controls-Surface-Normal);
|
||||
border-top-left-radius: var(--Corner-radius-Large);
|
||||
border-top-right-radius: var(--Corner-radius-Large);
|
||||
border-top-left-radius: var(--Corner-radius-lg);
|
||||
border-top-right-radius: var(--Corner-radius-lg);
|
||||
max-height: 95dvh;
|
||||
overflow-y: auto;
|
||||
padding: var(--Space-x3);
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
.modal {
|
||||
border-radius: var(--Corner-radius-Large);
|
||||
border-radius: var(--Corner-radius-lg);
|
||||
display: flex;
|
||||
min-height: 300px;
|
||||
min-width: 690px;
|
||||
|
||||
Reference in New Issue
Block a user