-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I'm trying to use StitchesJS for a new project, however, I have only managed to create a dark theme, there isn't much documentation on applying Dark Mode globally. May I suggest a tutorial on creating Dark Mode with Stitches? or is there any resources that I can refer to?
- Do I have to create a theme provider by myself if I'm not using any existing theme?
- How can I link the theme class name with package like use-dark-mode?
I have managed to create a dark theme that uses the same dark-mode
class, but I don't know how to proceed afterward.
export const dark = theme('dark-mode', {
colors: {
primary: '$red500',
secondary: '$blue700',
},
space: {},
fonts: {},
});
Metadata
Metadata
Assignees
Labels
No labels