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

create: notification store #154

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

create: notification store #154

wants to merge 15 commits into from

Conversation

Codebox124
Copy link
Member

Description

Checklist

  • I have followed the repository's contribution guidelines.
  • I have added necessary documentation or updated existing documentation.
  • My code follows the established code style and formatting of the project.
  • I have tested my changes and they function as expected.
  • I have added suitable unit tests (if applicable).

Desktop-screenshot (12)

To be reviewed by: @Nasfame @techyNonso

Copy link

vercel bot commented Nov 24, 2023

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

Name Status Preview Comments Updated (UTC)
app-decenterai-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 8:44am

className="w-[12%]"
/>
<div>
<h4 className="text-[#F0F0F0]">{item.name}</h4>
<span className="text-[#92929D]">{item.msg}</span>
<h4 className="text-[#F0F0F0]">{notification.name}</h4>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please why do we still have hard coded color values here. All possible colors for this project have been oncluded in tailwind config file, look at it an use the right variable please

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.

2 participants