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:
@@ -16,7 +16,7 @@
|
||||
`nav-bar-center--${titleAlign}`,
|
||||
]">
|
||||
<slot name="title">
|
||||
<text class="font-size-17 font-500 color-000" :style="{ color: titleColor }">
|
||||
<text class="font-size-17 font-500 text-[#000000]" :style="{ color: titleColor }">
|
||||
{{ title }}
|
||||
</text>
|
||||
</slot>
|
||||
|
||||
Reference in New Issue
Block a user