Bug: Refactor tailwind anti-pattern in /hub/lists/index.tsx
#2126
Labels
🐛 bug
Something isn't working
/hub/lists/index.tsx
#2126
Describe the bug
The
/hub/lists/index.tsx
is having the hardcoded pixels/percentage values - a tailwind anti-pattern. It will be great to refactor it with suitable Tailwind classes instead. To find the anti-pattern we can use this regex^.*?-\[[^\d]*(\d+)[^\d]*\].*$
This issue is related with #1522 and #2053.
Proposed Solution
Refactor the code with suitable Tailwind classes.
Steps to reproduce
/hub/lists/index.tsx
.^.*?-\[[^\d]*(\d+)[^\d]*\].*$
.Browsers
Chrome
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: