I'm new here(and in programming). I'm wondering how the heck do you override the input group component from DaisyUI,
It has a border-radius: 0px
and when I try to add a `rounded-full' as className it still won't change.
I've tried using the @layer and @apply border-radius:999px to the input group but react says that 'the border-radius class does not exist, tried rounded-full too, The react warning disappear but still it didn't do anything.