-
Notifications
You must be signed in to change notification settings - Fork 3
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
add ActionsMenu Component #7
Conversation
import styled from 'styled-components'; | ||
|
||
export const ActionsMenuStyle = styled.div` | ||
display: inline-block !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@henriquemacedo any reason why we need the important here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, we can remove it. But we need to make attention when we use it somewhere because the parent can influence his behavior.
…o-add-table-component
- use fontWeigth variables - rename 'black' color to 'dark' - update snapshots
- use color variables - add truncate behavior - add aria-label - update snapshots
No description provided.