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

feat: use for border radius -box instead of -xl so they can match with theme configuration #1779

Merged
merged 1 commit into from
May 4, 2023

Conversation

Wenish
Copy link
Contributor

@Wenish Wenish commented Apr 29, 2023

So the table uses the normal tailwind classes

 @apply rounded-tl-lg;
 @apply rounded-tr-lg;
 @apply rounded-bl-lg;
 @apply rounded-br-lg;

this dosnt match with themes that dont have border radius

so i made that they use the daisyui -box modifier

@apply rounded-tl-box;
@apply rounded-tr-box;
@apply rounded-bl-box;
@apply rounded-br-box;

now the table border radius match with the theme config

@saadeghi saadeghi merged commit 0bf3f4e into saadeghi:master May 4, 2023
@saadeghi
Copy link
Owner

saadeghi commented May 4, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants