diff --git a/src/components/styled/button.css b/src/components/styled/button.css index 2cde2213761..ef1e13a9311 100644 --- a/src/components/styled/button.css +++ b/src/components/styled/button.css @@ -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; } }