From 147d7a4067a5b112dcbb7a208fc77c0baa3e16ad Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Mon, 15 Jan 2024 22:42:32 +0100 Subject: [PATCH] Update docs/frontend-system/architecture/05-extension-overrides.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Camila Belo --- docs/frontend-system/architecture/05-extension-overrides.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/frontend-system/architecture/05-extension-overrides.md b/docs/frontend-system/architecture/05-extension-overrides.md index 53f5ad8b1d..03ead23537 100644 --- a/docs/frontend-system/architecture/05-extension-overrides.md +++ b/docs/frontend-system/architecture/05-extension-overrides.md @@ -22,8 +22,7 @@ If you want to override an app extension, you will need to create a new extensio In this example below, we are going to create custom extensions for the app light and dark themes: -```tsx -// packages/app/src/themes.ts +```tsx title="packages/app/src/themes.ts" import { createThemeExtension, createExtensionOverrides