Skip to content

Commit

Permalink
fix: #1267
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 1, 2022
1 parent 10786e6 commit 89434c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/unstyled/input.css
Expand Up @@ -27,13 +27,13 @@
:where(span) {
@apply flex items-center bg-base-300 px-4;
}
:first-child {
> :first-child {
border-top-left-radius: var(--rounded-btn, 0.5rem);
border-top-right-radius: 0;
border-bottom-left-radius: var(--rounded-btn, 0.5rem);
border-bottom-right-radius: 0;
}
:last-child {
> :last-child {
border-top-left-radius: 0;
border-top-right-radius: var(--rounded-btn, 0.5rem);
border-bottom-left-radius: 0;
Expand Down

0 comments on commit 89434c2

Please sign in to comment.