CSS Panel Border Radius?

Hi,

I believe I'm having a brain fart but I can't get the border-radius to change on my panel? Here is my current code also effecting the tab element too.

> inner > .navigation {
 height: 20rem;
}
> inner > .navigation .on {
 background: #121920;
}
> .panel {
  border-radius: 5px;
}
:host {
 border-radius: 5px
}

will do

1 Like

Thanks Jean. Please excuse my embrassment. I'll go brew some coffee lol. :coffee: