style(responsive): finish responsive token migration
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: var(--responsive-icon-size-md, 24px);
|
||||
height: var(--responsive-icon-size-md, 24px);
|
||||
color: var(--color-chevron-icon, #000000);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user