Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore admin dashboard styles #52

Merged
merged 4 commits into from
Jan 4, 2024
Merged

Conversation

NovaSagittarii
Copy link
Contributor

@NovaSagittarii NovaSagittarii commented Jan 4, 2024

Fixes #50

Previous styling changes which were meant for the forms now only apply to the forms with the customStyle prop which must be opted into for the style changes to apply. This was done since the dark mode forms are really incompatible with the light mode admin dashboard, which also has a lot of hardcoded light mode styles.

A more robust solution would be to replace all the hardcoded tailwind colors with references to hackathon tailwind theme colors (such as how bg-hackathon-page is used instead of using something like bg-white), but this involves changing many files and would lead to many future merge conflicts (whenever any classList gets modified in the template).

image

@rfairooz rfairooz merged commit 4349eb2 into dev Jan 4, 2024
6 checks passed
@rfairooz rfairooz deleted the NovaSagittarii/admin-dashboard branch January 4, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin dashboard styling
2 participants