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: notification component ui #48

Draft
wants to merge 8 commits into
base: feat/react-components
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: update NotificationItem style
  • Loading branch information
bluecco committed Dec 28, 2023
commit 6c1abbe1d386e829c59c4e1a54b83b00267d1997
4 changes: 2 additions & 2 deletions packages/ui/src/components/Notifications/NotificationItem.tsx
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ const NotificationItem: FC<NotificationItemProps> = ({
}) => {
return (
<button
onClick={() => console.log("asd")}
className="flex items-center px-6 py-5 border border-solid border-neutrals.200 rounded-lg w-full"
onClick={() => console.log("TODO")}
bluecco marked this conversation as resolved.
Show resolved Hide resolved
className="flex items-center px-6 py-5 border border-solid border-neutrals.200 rounded-lg w-full hover:bg-[#F0F0F0]"
>
<div className="flex flex-1">
<div className="flex flex-col justify-center mr-4">