Comfy-Org / Comfy-Org/ComfyUI_frontend
Replace inline style with Tailwind classes in TinyChevronIcon.vue
Open
area:ui
area:vue-migration
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 702
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 512
Description
## Description
The `TinyChevronIcon.vue` component (introduced in PR #9134) uses inline `style` attributes for dimensions but Tailwind classes for color. For consistency, the inline style should be replaced with Tailwind arbitrary values.
## Current Implementation
```vue
Contributor guide
Assessment
This issue has not been assessed yet.