Skip to content
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

feat(#747): place colour theming into tailwind config #793

Merged

Conversation

Jshen123
Copy link
Contributor

Resolves #747

Description:
add color theming for dark mode (see figma for detail - ignore coloring for light)

@vercel
Copy link

vercel bot commented Jun 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2023 6:14am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2023 6:14am

@Jshen123 Jshen123 requested a review from asim-shrestha June 13, 2023 04:25
@vercel vercel bot temporarily deployed to Preview – docs June 13, 2023 04:31 Inactive
@vercel vercel bot temporarily deployed to Preview – docs June 13, 2023 04:53 Inactive
Comment on lines 67 to 74
display: {
100: {
dark: "#C0C0C0",
},
},
body: {
100: {
dark: "#FFFFFF"
Copy link
Contributor

Choose a reason for hiding this comment

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

What are these for?

@vercel vercel bot temporarily deployed to Preview – docs June 13, 2023 06:13 Inactive
@asim-shrestha asim-shrestha merged commit 8158ad4 into main Jun 13, 2023
@asim-shrestha asim-shrestha deleted the feat/747_place_colour_theming_into_tailwind_config branch July 4, 2023 22:31
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.

💅 Place colour theming into tailwind config
2 participants