Skip to content

Commit a9c80c3

Browse files
authored
Colors - expose shouldSupportDarkMode (#2809)
1 parent 1f5e565 commit a9c80c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export type GeneratePaletteOptions = {
2727
}
2828
export class Colors {
2929
[key: string]: any;
30-
private shouldSupportDarkMode = false;
30+
shouldSupportDarkMode = false;
3131

3232
constructor() {
3333
const colors = Object.assign(colorsPalette);

0 commit comments

Comments
 (0)