diff --git a/src/components/styled/bottom-navigation.css b/src/components/styled/bottom-navigation.css index 9683c198adc..51f7440969d 100644 --- a/src/components/styled/bottom-navigation.css +++ b/src/components/styled/bottom-navigation.css @@ -3,6 +3,10 @@ &>* { @apply border-current; + &:not(.active) { + @apply pt-0.5; + } + /* active */ &:where(.active) { @apply bg-base-100 border-t-2;