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

Refactor notification Component #127

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

Conversation

aeddaqqa
Copy link

@aeddaqqa aeddaqqa commented Jun 5, 2023

adjust the component of notifications to have the title in props and can be displayed in the Snackbar if needed

</Alert>
<Box
sx={{
padding: '6px 16px',

Choose a reason for hiding this comment

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

what's the reasoning for adding this padding?

display: 'flex',
flexDirection: 'column',
borderRadius: '12px',
border: '1px solid rgba(145, 158, 171, 0.24)',

Choose a reason for hiding this comment

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

this makes it different from what we have in the BE

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.

3 participants