-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/improve UI #1007
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
Feature/improve UI #1007
Conversation
| // const getAssetTypeIconColor = (theme: DefaultTheme) => { | ||
| // switch (theme.mode) { | ||
| // case "light": | ||
| // return "#788ca9"; | ||
| // case "dark": | ||
| // case "dark-jetbrains": | ||
| // return "#9c9c9c"; | ||
| // } | ||
| // }; |
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.
Seems like we do not need this code anymore
|
|
||
| export const StyledNewIconButton = styled(NewIconButton)` | ||
| padding: 4px; | ||
| `; |
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.
No need. secondaryBorderless small button should already have this padding
| } | ||
| > | ||
| <NewIconButton | ||
| <s.StyledNewIconButton |
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.
Please revert
|
|
||
| const handleOpenDocsClick = () => { | ||
| sendUserActionTrackingEvent(trackingEvents.OPEN_DOCS_CLICKED); | ||
| openURLInDefaultBrowser("https://docs.digma.ai"); |
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.
Please add this URL to https://github.com/digma-ai/digma-ui/blob/main/src/constants.ts
No description provided.