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 Alert component #38

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Create Alert component #38

merged 1 commit into from
Oct 4, 2022

Conversation

yamitrvg12
Copy link

No description provided.

@yamitrvg12 yamitrvg12 mentioned this pull request Oct 4, 2022
Copy link
Owner

@vczb vczb left a comment

Choose a reason for hiding this comment

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

I really like your job. I left some comments to improve the PR, when you will add the request changes use rebase or amend to avoid creating a secondary commit.

don't worry about the CI.

background: transparent;
border: none;
cursor: pointer;
font-size: 12px;
Copy link
Owner

Choose a reason for hiding this comment

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

font-size: ${theme.font.sizes.xsmall} // is equal to 12px

Copy link
Author

Choose a reason for hiding this comment

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

Done

font-size: 12px;
line-height: 1;
outline: none !important;
padding-top: ${theme.spacings.mini};
Copy link
Owner

Choose a reason for hiding this comment

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

why important is needed?

Copy link
Author

Choose a reason for hiding this comment

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

Removed

@@ -1,6 +1,7 @@
export const base = {
alert: '#DC2626',
success: '#22C55E',
warning: '#fff4e5',
Copy link
Owner

Choose a reason for hiding this comment

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

you will use this warning or the alert.warning ?

Copy link
Author

Choose a reason for hiding this comment

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

Removed

@@ -30,9 +31,17 @@ export const neutral = {
xdarkest: '#4D4D4D'
}

export const alerts = {
Copy link
Owner

Choose a reason for hiding this comment

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

let replace to status will be more generalist

Copy link
Author

Choose a reason for hiding this comment

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

Done

Copy link
Owner

@vczb vczb left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants