diff --git a/storybook/package-styles/config.js b/storybook/package-styles/config.js index 21215fcad5c21e..d3614a0594b45c 100644 --- a/storybook/package-styles/config.js +++ b/storybook/package-styles/config.js @@ -55,8 +55,8 @@ const CONFIG = [ }, { componentIdMatcher: /^dataviews-/, - ltr: [ dataviewsLtr, componentsLtr ], - rtl: [ dataviewsRtl, componentsRtl ], + ltr: [ componentsLtr, dataviewsLtr ], + rtl: [ componentsRtl, dataviewsRtl ], }, ];