You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR modifies some build requirements and the readme is updated
Release Notes
now measures the current group text-to-group background contrast ratio and adjusts text color according to the group background color, so good contrast is maintained
introduced a new color (#F5F5F5 white) in the DynamoColorsAndBrushes
will not change text on rename, as the background is consistently white during renaming
- now measures the current group text to group background contrast ratio and adjusts text color according to the group background color, so good contrast is maintained
@dnenov looks awesome! Could we do one quick test with a 50% contrast color around the middle (As in close to when it switches between white and black) to check legibility?
@dnenov looks awesome! Could we do one quick test with a 50% contrast color around the middle (As in close to when it switches between white and black) to check legibility?
Sure thing, I uploaded a test case in the body of the PR, I hope that's helpful.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR addresses DYN-4734 'As a Dynamo user, I want clear contrast between group background and group text'. The requirements are:
Contrast ratio test
Using this tool to measure the contrast between the #3C3C3C text color and chosen background color.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@reddyashish
FYIs
@Amoursol
@Jingyi-Wen