Conversation
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
|
|
||
| export type Props = Omit<TooltipProps, 'arrow'>; | ||
|
|
||
| const StyledToolTip = withStyles(() => ({ |
There was a problem hiding this comment.
could you use makeStyles instead?
Heres an example https://github.com/gnosis/safe-react/blob/development/src/components/App/index.tsx#L60.
I had this problem before, don't remember what was the problem I'll take a look later. |
nicosampler
left a comment
There was a problem hiding this comment.
Styles should be the same as the one used on the Icon and Text component.
Also, would be good if the current tooltips are replaced by this new component.
|
Thx for this PR, it was implemented in #92. |
Description
New Tooltip component following the new design.
Notes:
Could not make the props load on the storybook for this component. What am I missing?
