We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d74e60 commit 6afbfb2Copy full SHA for 6afbfb2
1 file changed
packages/solid-snowfall/src/Snowfall.tsx
@@ -26,7 +26,7 @@ export const Snowfall: Component<SnowfallProps> = (props) => {
26
["snowflakeCount", "style"],
27
);
28
29
- const config = mergeProps(configProps, defaultConfig);
+ const config = mergeProps(defaultConfig, configProps);
30
31
const mergedStyle = () => ({
32
...snowfallBaseStyle,
0 commit comments