diff --git a/theme-base/components/panel/_panel.scss b/theme-base/components/panel/_panel.scss index 299e7e1..c676772 100644 --- a/theme-base/components/panel/_panel.scss +++ b/theme-base/components/panel/_panel.scss @@ -33,6 +33,12 @@ border-bottom-right-radius: $borderRadius; border-bottom-left-radius: $borderRadius; } + + &:first-child { + border-top-right-radius: $borderRadius; + border-top-left-radius: $borderRadius; + border-top: $panelContentBorder + } } .p-panel-footer {