We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checkbox size and radius of Mantine's default checkbox is too big and doesn't match shadcn's styles.
These are the values I currently propose for different sizes:
--checkbox-size-xs: 14px; --checkbox-size-sm: 16px; --checkbox-size-md: 18px; --checkbox-size-lg: 20px; --checkbox-size-xl: 22px;
It should also have an sm radius of 4px, radius for other sizes can be whatever suits here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checkbox size and radius of Mantine's default checkbox is too big and doesn't match shadcn's styles.
These are the values I currently propose for different sizes:
--checkbox-size-xs: 14px;
--checkbox-size-sm: 16px;
--checkbox-size-md: 18px;
--checkbox-size-lg: 20px;
--checkbox-size-xl: 22px;
It should also have an sm radius of 4px, radius for other sizes can be whatever suits here.
The text was updated successfully, but these errors were encountered: