fix:Fixed the Reversed Theme Mode as Sun indicates the Light mode and…#155
Conversation
… Moon indicates Dark mode and by default it would be Light Mode
|
@AnishkumarProjects05 is attempting to deploy a commit to the vaibhav's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
@AnishkumarProjects05 Unwanted PR.
that theme toggle behavior was intentional.
it basically represents that clicking the theme toggle will take you to the opposite theme
@Vaibhav-kesarwani You can close this one 🔴
Hey but that was the task to be contribute right |
|
Hey @AnishkumarProjects05! Saw your work on GSSoC 2026. We are building TermUI, a TypeScript terminal UI framework with React-style hooks and JSX, rendered entirely in the terminal. We have 99 unassigned GSSoC issues open across widgets, hooks, adapters, and CLI tooling. Your TypeScript background transfers directly. Karanjot, TermUI maintainer |
Program
program : gssoc
Description
Fixes an issue where the theme toggle icons (
SunandMoon) were inverted. The component was incorrectly showing theSunicon when dark mode was active, and theMoonicon when light mode was active.This PR swaps the Tailwind CSS transition utilities on both icons to ensure:
Type of Change
Visual Verification
Checklist
Screenshot for Verification
Light and Default Mode:
Dark Mode