We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03120e commit b3735c7Copy full SHA for b3735c7
packages/core/app-layout/src/components/pageInfoSection/AppPageInfoSection.vue
@@ -114,6 +114,8 @@ defineProps({
114
115
.app-page-info-section-content {
116
background: $kui-color-background-neutral-weakest;
117
+ border-bottom-left-radius: $kui-border-radius-30;
118
+ border-bottom-right-radius: $kui-border-radius-30;
119
border-top: $kui-border-width-10 solid $kui-color-border;
120
display: flex;
121
flex-direction: column;
0 commit comments