-
-
Notifications
You must be signed in to change notification settings - Fork 43
Some enhancements #78
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
Conversation
✅ Deploy Preview for any-viewer ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 89.47% // Head: 89.38% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #78 +/- ##
==========================================
- Coverage 89.47% 89.38% -0.09%
==========================================
Files 18 18
Lines 1777 1781 +4
Branches 240 239 -1
==========================================
+ Hits 1590 1592 +2
- Misses 187 189 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/components/DataTypes/Object.tsx
Outdated
@@ -65,7 +65,7 @@ export const PreObjectType: React.FC<DataItemProps<object>> = (props) => { | |||
<CircularArrowsIcon sx={{ | |||
fontSize: 12, | |||
color: textColor, | |||
mx: sizeOfValue ? 0.5 : 0 | |||
mx: 1 |
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.
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.
Decreased to 0.5
that means 4px on each side (I hope :))
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.
Yeap. That's better.
true
is
return type toboolean