Skip to content

Commit e191c2a

Browse files
authoredFeb 28, 2025··
fix(theme): correctly extend basic light theme (#716)
1 parent 1b923ac commit e191c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎themes/basic/src/light.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const basicLightInit = (options?: Partial<CreateThemeOptions>) => {
7474
...defaultSettingsBasicLight,
7575
...settings,
7676
},
77-
styles: [...styles],
77+
styles: [...basicLightStyle, ...styles],
7878
});
7979
};
8080

0 commit comments

Comments
 (0)
Please sign in to comment.