Skip to content

fix(tutorial-page): fix publication date visibility by removing invalid class and applying correct text color #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PandyaSumit
Copy link

Summary

Fixed a styling issue causing the publication date to be invisible on the tutorial page by removing an invalid CSS class and applying a proper text color.

Changes

  • Removed non-existent text-color-1 class
  • Added inline style with color #838383 for better contrast
  • Kept existing layout and animation classes intact

Related Issues

Fixes #581

image

@PandyaSumit PandyaSumit changed the title fix(tutorial-page): fix publication date visibility by removing invalid class and applying correct text color #581 fix(tutorial-page): fix publication date visibility by removing invalid class and applying correct text color Jun 3, 2025
Copy link
Member

@richiemcilroy richiemcilroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @PandyaSumit - thanks for submitting this!

You should be able to use something like text-gray-6 right? I think the problem is that text-gray-1 is very light.

We wouldn't use an inline style here

@PandyaSumit
Copy link
Author

PandyaSumit commented Jun 3, 2025

Got it, @richiemcilroy thanks for the feedback!
Just to clarify — should the author name and date share the same text style (e.g., both using text-gray-600)?
Or is it fine to apply text-gray-600 only to the tag for better visibility?

Let me know and I’ll update accordingly!

@PandyaSumit PandyaSumit closed this Jun 3, 2025
@PandyaSumit PandyaSumit reopened this Jun 3, 2025
@PandyaSumit PandyaSumit requested a review from richiemcilroy June 3, 2025 08:39
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.

Date Not Visible on Tutorial Page
2 participants