Skip to content
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

ArrowSteps: better colors #825

Merged
merged 1 commit into from
Jan 17, 2025
Merged

ArrowSteps: better colors #825

merged 1 commit into from
Jan 17, 2025

Conversation

ecarreras
Copy link
Member

This pull request includes changes to the ArrowSteps component in the src/widgets/custom/ArrowSteps.tsx file. The changes primarily involve swapping the colors used for the background and text when a step is active, as well as updating the border color for the active state.

Changes to ArrowSteps component:

  • Swapped the backgroundColor and color properties for active steps to use colorPrimaryText and colorPrimaryBg respectively.
  • Updated the borderLeft property to use colorPrimaryText instead of colorPrimaryBg for active steps.

Before

image

After

image

Related

@ecarreras ecarreras self-assigned this Jan 16, 2025
@ecarreras ecarreras merged commit 172e767 into v2 Jan 17, 2025
1 check passed
@ecarreras ecarreras deleted the 68843/change-colors-arrowsteps branch January 17, 2025 08:04
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