We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc74c0 commit 4a852dfCopy full SHA for 4a852df
packages/bento-design-system/src/BentoConfigContext.tsx
@@ -23,7 +23,7 @@ export function BentoConfigProvider({
23
// in case this is the top level provider.
24
const parentConfig = useBentoConfig();
25
return (
26
- <BentoConfigContext.Provider value={deepmerge(config, parentConfig)}>
+ <BentoConfigContext.Provider value={deepmerge(parentConfig, config)}>
27
{children}
28
</BentoConfigContext.Provider>
29
);
0 commit comments