style: standardize design token classes and spacing units
Standardize styling across all components: 1. Replace legacy color utilities and hardcoded hex values with official design token classes 2. Update margin/padding/rounded corner values to use wrapped [px] syntax for consistency 3. Fix inconsistent line-height class names to use leading-[value] format
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</div>
|
||||
|
||||
<div class="p-[4px_8px_8px]">
|
||||
<div class="text-[11px] text-[#99A0AE] truncate">
|
||||
<div class="text-[11px] text-ink-400 truncate">
|
||||
{{ item.topic }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user