diff --git a/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue b/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue index f34c465a85..3536b49199 100644 --- a/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue +++ b/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue @@ -489,10 +489,10 @@ In case of dynamic/conditional sections rendering explicit `order` prop must be ```vue ``` ### Advanced usage -Use scoped slots params to apply the item class to custom items. +Scoped slot prop `itemClass` can be used to apply the same border radius effect to custom components. +Create an issue if you need a composable to inject the class into a custom component. ```vue + + ```