Skip to content

Conversation

P-Gill97
Copy link

@P-Gill97 P-Gill97 commented Sep 22, 2025

@P-Gill97 P-Gill97 self-assigned this Sep 22, 2025
@P-Gill97 P-Gill97 marked this pull request as ready for review September 22, 2025 14:51
@P-Gill97 P-Gill97 requested a review from a team as a code owner September 22, 2025 14:51
@P-Gill97 P-Gill97 requested review from jomcarvajal and removed request for a team September 22, 2025 14:51
gap: 1rem;
button {
min-width: 100px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we keep it as rem and not px ?

Copy link
Author

@P-Gill97 P-Gill97 Sep 22, 2025

Choose a reason for hiding this comment

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

After some more thought. I decided to remove the min-width and let the button width hug the text size. it's more consistent with the new Figma designs.

Copy link
Author

Choose a reason for hiding this comment

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

I also made a slight change to the const buttonText logic because I missed an edge case earlier where the number of completed is 0 and the handle retry is passed in.

transition: background-color 0.2s ease;
&:hover {
background-color: #f5f5f5 !important;
Copy link
Contributor

Choose a reason for hiding this comment

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

We count with colors.palette.neutralBright = #f5f5f5
Same for:

  • pale = #D5D5D5
  • white = #ffffff
  • black = #000000

Copy link
Author

Choose a reason for hiding this comment

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

Good call. 👍 Updated the colors.

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