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

Extended the baseCell style for th and td with specific styles. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 28, 2024

  1. Extended the baseCell style for th and td with specific styles.

    Extended the baseCell style for th and td with specific styles using the array syntax provided by @vanilla-extract/css. This way, we can add or override styles specific to th and td while still keeping the base cell styling intact.
    
    Also to note, this refactor reduces repetition, makes the code more maintainable, and keeps it scalable for future additions or changes to the table cell styling.
    Montana authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f87fbdd View commit details
    Browse the repository at this point in the history