Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 22, 2022
1 parent 77ace91 commit 86e624e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/styled/button.css
Expand Up @@ -213,10 +213,10 @@
outline: 2px solid hsl(var(--p));
}
}
& > .btn:not(:first-child) {
& > .btn:not(:first-of-type) {
@apply -ml-px rounded-l-none;
}
& > .btn:not(:last-child) {
& > .btn:not(:last-of-type) {
@apply rounded-r-none;
}
}
Expand Down

0 comments on commit 86e624e

Please sign in to comment.