-
Notifications
You must be signed in to change notification settings - Fork 56
Update: Adjust SPX tutorial text and font color #3171
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
base: ui
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| "id": "ong2L", | ||
| "type": "ref", | ||
| "ref": "P:WiWwa", | ||
| "x": 0.0001975079347187812, | ||
| "x": 0.00018589109107464467, | ||
| "y": 0, | ||
| "children": [ | ||
| { | ||
|
|
@@ -121,7 +121,7 @@ | |
| "ref": "P:OHwu4", | ||
| "x": 0.07806559948336479, | ||
| "y": 0, | ||
| "content": "All Tutorials" | ||
| "content": "change" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Placeholder text left in The label Other headings in the same file use proper copy (e.g. |
||
| }, | ||
| { | ||
| "type": "frame", | ||
|
|
@@ -154,7 +154,12 @@ | |
| { | ||
| "id": "gqB7m", | ||
| "type": "ref", | ||
| "ref": "P:XzIf9" | ||
| "ref": "P:XzIf9", | ||
| "descendants": { | ||
| "P:W0vhG5": { | ||
| "fill": "$P:code-operator" | ||
| } | ||
| } | ||
|
Comment on lines
+158
to
+162
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| } | ||
|
Comment on lines
+157
to
163
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incomplete rollout of the The If the intent is a uniform color change across all tutorial cards, the |
||
| ] | ||
| }, | ||
|
|
@@ -171,7 +176,12 @@ | |
| { | ||
| "id": "v3LEr", | ||
| "type": "ref", | ||
| "ref": "P:XzIf9" | ||
| "ref": "P:XzIf9", | ||
| "descendants": { | ||
| "P:W0vhG5": { | ||
| "fill": "$P:code-operator" | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| }, | ||
|
|
||
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.
Unintentional sub-pixel x-position drift?
The
xvalue changed from0.0001975...to0.00018589...— both are effectively zero at any display resolution. This looks like an accidental artifact of a design-tool re-export rather than a deliberate positional adjustment. If it wasn't intentional, reverting it keeps the file history clean.