Skip to content

Commit

Permalink
pkp/pkp-lib#9527 using addons-themes for ltr/rtl, instead of dedicate…
Browse files Browse the repository at this point in the history
…d addons to handle compatibility with modes
  • Loading branch information
jardakotesovec committed Dec 18, 2023
1 parent c6fee19 commit 2547397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ const preview = {
decorators: [
withThemeByDataAttribute({
themes: {
ltr: 'LTR',
rtl: 'RTL',
LTR: 'LTR',
RTL: 'RTL',
},
defaultTheme: 'LTR',
attributeName: 'dir',
Expand Down

0 comments on commit 2547397

Please sign in to comment.