diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index c60b1458..7f2376ce 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -47,4 +47,7 @@ export const overridesPreferences = defineOverridesPreferences({ semiDarkSidebar: false, radius: '0.25', }, + breadcrumb: { + styleType: 'background', + }, });