refactor: migrate legacy color classes to inline tailwind text utilities
Replace all usages of legacy `.color-*` and `.text-color-*` SCSS utility classes with inline Tailwind `text-[#hexcode]` arbitrary value classes. Remove the deprecated `src/static/scss/colors.scss` file, and fix minor formatting/indentation issues across multiple component files.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</view>
|
||||
|
||||
<view class="card-text border-box">
|
||||
<view class="font-size-11 color-99A0AE ellipsis-1">
|
||||
<view class="font-size-11 text-[#99a0ae] ellipsis-1">
|
||||
{{ item.topic }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user