chore: replace old border-radius variables with new tokens
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
align-items: center;
|
||||
background: var(--Surface-Feedback-Information);
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
border-radius: var(--Corner-radius-md);
|
||||
color: var(--Text-Interactive-Default);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user