Skip to content

fix: improve LiveClock text visibility in dark mode - #1955

Open
codecrafted1 wants to merge 2 commits into
aryandas2911:mainfrom
codecrafted1:fix/issue-1954
Open

fix: improve LiveClock text visibility in dark mode#1955
codecrafted1 wants to merge 2 commits into
aryandas2911:mainfrom
codecrafted1:fix/issue-1954

Conversation

@codecrafted1

Copy link
Copy Markdown

📌 Description

Updated the LiveClock component to improve dark mode support by adding a dedicated Tailwind dark mode text color. The clock now remains readable and visually consistent across both light and dark themes.

🔗 Related Issue

Closes #1954

🛠 Changes Made

  • Added dark:text-teal-400 to the LiveClock component.
  • Preserved the existing text-teal-500 styling for light mode.
  • Improved text visibility and theme consistency without changing functionality.

📸 Screenshots (if applicable)

Add screenshots or GIFs here.

✅ Checklist

  • Code runs locally
  • Followed project structure
  • No console errors
  • Properly tested changes
  • Linked the issue

🚀 Notes for Reviewers

This is a small UI enhancement that only updates the clock's text color for dark mode. There are no functional changes, and the existing behavior of the LiveClock component remains unchanged.

@codecrafted1

Copy link
Copy Markdown
Author

@aryandas2911 , please add labels and review this pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG : Improve LiveClock Text Visibility in Dark Mode

1 participant