-
Notifications
You must be signed in to change notification settings - Fork 8
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
fixed layout of handle names and live types #640
Conversation
🦋 Changeset detectedLatest commit: 11c39ba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@@ -21,7 +21,10 @@ | |||
} | |||
} | |||
|
|||
|
|||
:global(.ts-theme-dark) .inlineTypeLabel { |
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.
Does this need the hardcoded reference to the ts dark theme ?
User description
Description
Fixes #638
Type of change
Video
PR Type
Bug fix, Enhancement
Description
Adjusted font size for handle names for better readability.
Improved CSS styling for handle holders and live types.
Updated inline type label styles for better visibility.
Increased handle core size for better usability.
Changes walkthrough 📝
nodeV2.tsx
Adjusted font size for handle names
packages/graph-editor/src/components/flow/wrapper/nodeV2.tsx
var(--font-code-lg)
.handles.module.css
Enhanced handle holder and core styles
packages/graph-editor/src/components/flow/handles.module.css
var(--size-75)
.nodeV2.module.css
Improved inline type label styles
packages/graph-editor/src/components/flow/wrapper/nodeV2.module.css