dirk-cfx-react 1.0.63 → 1.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +1 -0
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +1 -0
- package/dist/providers/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2331,6 +2331,7 @@ function DirkProvider(props) {
|
|
|
2331
2331
|
...props.themeOverride
|
|
2332
2332
|
// Props theme will override/extend the entire theme
|
|
2333
2333
|
}), [primaryColor, primaryShade, customTheme, props.themeOverride]);
|
|
2334
|
+
console.log(mergedTheme);
|
|
2334
2335
|
useEffect(() => {
|
|
2335
2336
|
document.fonts.ready.then(() => {
|
|
2336
2337
|
document.body.style.fontFamily = game === "rdr3" ? '"Red Dead", sans-serif' : game === "fivem" ? '"Akrobat Regular", sans-serif' : "sans-serif";
|