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

Export styles variable for Dropdown cells to allow for styling with tailwind classes #361

Closed
MarcusElg opened this issue Mar 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@MarcusElg
Copy link

Describe the bug
Normally Select components are styled with the styles object, however when used in a dropdown cell the styles object is hardcoded and can only be overriden with css. It would be much nicer to be able to modify the styles object.

Current behavior
Can't change styles object for DropdownCell

Expected behavior
Allow changing style for dropdowns

@qiufeihong2018
Copy link
Contributor

@MarcusElg Can't css overlay directly?

@MarcusElg
Copy link
Author

@MarcusElg Can't css overlay directly?

Well yes. But that doesn't allow using tailwind classes which I use throughtout the rest of the project.

@MarcusElg MarcusElg changed the title Export styles variable for Dropdown cells Export styles variable for Dropdown cells to allow for styling with tailwind classes Apr 1, 2024
@MichaelMatejko MichaelMatejko added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants