Skip to content

Commit 99c7b83

Browse files
committed
RHIDP-4567 - Provide the ability to load a custom Backstage theme from a dynamic plugin
1 parent 0d43d6a commit 99c7b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/customization/proc-loading-custom-theme-using-dynamic-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const lightThemeProvider = ({ children }: { children: ReactNode }) => (
2020
);
2121
----
2222
+
23-
For more information about creating a custom theme, see link:https://backstage.io/docs/getting-started/app-custom-theme/#using-your-custom-theme[Backstage documentation - Creating a Custom Theme].
23+
For more information about creating a custom theme, see link:https://backstage.io/docs/getting-started/app-custom-theme/#creating-a-custom-theme[Backstage documentation - Creating a Custom Theme].
2424

2525
. Configure {product-short} to load the theme in the UI by using the `themes` configuration field:
2626
+

0 commit comments

Comments
 (0)