Skip to content

Commit

Permalink
use joy as prefix to the cacheRTL key on the Joy demo
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Oct 19, 2023
1 parent a809a62 commit 6248101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/joy/customization/right-to-left/RTLDemoJoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const theme = extendTheme({
});

const cacheRtl = createCache({
key: 'muirtl',
key: 'joyrtl',
stylisPlugins: [prefixer, rtlPlugin],
});

Expand Down
2 changes: 1 addition & 1 deletion docs/data/joy/customization/right-to-left/RTLDemoJoy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const theme = extendTheme({
});

const cacheRtl = createCache({
key: 'muirtl',
key: 'joyrtl',
stylisPlugins: [prefixer, rtlPlugin],
});

Expand Down

0 comments on commit 6248101

Please sign in to comment.