0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript1,548 stars (1,548 stars)82 forks (82 forks)batch import
enhancementfeaturehelp wanted
- Issue 種別
- feature
- 調査方針
- Explore how the current color palette is defined in the project's CSS or styled components. Look for existing theme files or CSS variables. The night mode class should override these colors. Check if there's a pattern for theming in the codebase by examining components like App or Layout. Consider using CSS custom properties and toggling the class via React state.