From f88eb05bf21eb63b0774572f05bcb3d486cde18d Mon Sep 17 00:00:00 2001 From: Alain Schaller Date: Tue, 5 Nov 2024 14:51:33 +0100 Subject: [PATCH] Correct addon-themes README to align text with code example --- code/addons/themes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/addons/themes/README.md b/code/addons/themes/README.md index 68309d9054a0..1f58f259485c 100644 --- a/code/addons/themes/README.md +++ b/code/addons/themes/README.md @@ -36,7 +36,7 @@ Don't see your favorite tool listed? Don't worry! That doesn't mean this addon i ### ❗️ Overriding theme -If you want to override your theme for a particular component or story, you can use the `themes.themeOverride` parameter. +If you want to override your theme for a particular component or story, you can use the `globals.theme` parameter. ```js import React from 'react';