style(responsive): finish responsive token migration

This commit is contained in:
2026-07-03 11:19:27 +08:00
parent 489554cd78
commit e5bfb4e373
27 changed files with 132 additions and 98 deletions
@@ -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;
}