Skip to content

Use accentLight color for resize indicator#862

Merged
jassmith merged 2 commits into6.0.0from
use-accent-light-for-resize-outline
Jan 11, 2024
Merged

Use accentLight color for resize indicator#862
jassmith merged 2 commits into6.0.0from
use-accent-light-for-resize-outline

Conversation

@lukasmasuch
Copy link
Copy Markdown
Collaborator

Uses accentLight color for resize indicator instead of accentColor:

Screen_Recording_2024-01-11_at_17.16.51.mov

@lukasmasuch lukasmasuch requested a review from jassmith January 11, 2024 16:46

ctx.lineWidth = 2;
ctx.strokeStyle = theme.accentColor;
ctx.strokeStyle = theme.accentLight;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably blend this onto bgCell so that it is a solid color

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a blend 👍

@jassmith jassmith merged commit 0812b19 into 6.0.0 Jan 11, 2024
@jassmith jassmith deleted the use-accent-light-for-resize-outline branch January 11, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants