CougarCS / CougarCS-AdminPortal

Our officer admin portal created with React & Typescript
MIT License
6 stars 12 forks source link

Fix DataTable styling #26

Closed seesjays closed 1 year ago

seesjays commented 1 year ago

Our current data table, found in /components/dataTable/dataTable is from a very early build and doesn't match the new design we have.

Current

image

Target

image

Heavily tweak the tailwind classnames in the dataTable component so that it matches the new design visually. This mostly involves removing all the borders, making the heading text left aligned instead of centered, and adding a background color to the headings.

JadenJT commented 1 year ago

Done boom