From 25473975fdd6ea46524f712eb8f7cd8c508773a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Mon, 18 Dec 2023 15:27:45 +0100 Subject: [PATCH] pkp/pkp-lib#9527 using addons-themes for ltr/rtl, instead of dedicated addons to handle compatibility with modes --- .storybook/preview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/preview.js b/.storybook/preview.js index 5f27da30b..3238102de 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -97,8 +97,8 @@ const preview = { decorators: [ withThemeByDataAttribute({ themes: { - ltr: 'LTR', - rtl: 'RTL', + LTR: 'LTR', + RTL: 'RTL', }, defaultTheme: 'LTR', attributeName: 'dir',