fix: #1567 remove `rating` border radius on mobile

This commit is contained in:
Pouya Saadeghi 2023-02-01 16:08:29 +03:00
parent c8c7353da8
commit df41fbc24c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.rating {
@apply relative inline-flex;
:where(input) {
@apply cursor-pointer;
@apply cursor-pointer rounded-none;
}
}