Skip to content

Commit

Permalink
fix: saadeghi#1567 remove rating border radius on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Feb 1, 2023
1 parent c8c7353 commit df41fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/rating.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.rating {
@apply relative inline-flex;
:where(input) {
@apply cursor-pointer;
@apply cursor-pointer rounded-none;
}
}

0 comments on commit df41fbc

Please sign in to comment.