From 624810182550bcad2a6b9454583e3c4e4aa8a9d8 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:53:35 -0300 Subject: [PATCH] use joy as prefix to the cacheRTL key on the Joy demo --- docs/data/joy/customization/right-to-left/RTLDemoJoy.js | 2 +- docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/joy/customization/right-to-left/RTLDemoJoy.js b/docs/data/joy/customization/right-to-left/RTLDemoJoy.js index b76e488a3af029..f0f50905ed9111 100644 --- a/docs/data/joy/customization/right-to-left/RTLDemoJoy.js +++ b/docs/data/joy/customization/right-to-left/RTLDemoJoy.js @@ -14,7 +14,7 @@ const theme = extendTheme({ }); const cacheRtl = createCache({ - key: 'muirtl', + key: 'joyrtl', stylisPlugins: [prefixer, rtlPlugin], }); diff --git a/docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx b/docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx index b76e488a3af029..f0f50905ed9111 100644 --- a/docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx +++ b/docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx @@ -14,7 +14,7 @@ const theme = extendTheme({ }); const cacheRtl = createCache({ - key: 'muirtl', + key: 'joyrtl', stylisPlugins: [prefixer, rtlPlugin], });