-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: Enhance DevRank Grid Styling (Dark Theme) #9007
Copy link
Copy link
Closed
Labels
Description
To enhance the visual appeal of the DevRank application and match the "neo-theme-neo-dark" aesthetic, we will update the Grid styling.
Goals:
- Color Palette: Replace the "gray-ish" look with dark blue/purple tones.
- Even rows: Change from
gray-800to a dark purple/blue shade (e.g.,purple-950orpurple-900). - Header Buttons: Use a blue/purple background similar to custom tab headers.
- Even rows: Change from
- Typography: Adjust font size (currently feels too big).
- Layout/Spacing: Fix alignment issues between headers and cells (headers start too far right). Match padding.
Target Files:
resources/scss/theme-neo-dark/grid/Container.scssresources/scss/theme-neo-dark/grid/Body.scssresources/scss/theme-neo-dark/grid/header/Button.scss
Reactions are currently unavailable