-
Notifications
You must be signed in to change notification settings - Fork 4
Add device hub icon #772
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 device hub icon #772
Conversation
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
…ons-ui into root-network
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
Signed-off-by: AAJELLAL <ali.ajellalod@gmail.com>
|
const theme = useTheme(); | ||
|
||
const defaultStyle: React.CSSProperties = { | ||
width: 15, |
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.
why 15 ? why not 24 has other icons ????
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.
This is the default value I chose based on the Figma, you can always override it.
For the other components, the value was set based on Figma with no option to override it.
No description provided.