Skip to content

Commit

Permalink
Improved css variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopmt1 committed Feb 11, 2025
1 parent ec28fc0 commit 043d782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/launchpad/src/checklist-item/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
display: flex;
margin-left: 1px;
margin-bottom: -2px;

.checklist-item__checkmark {
vertical-align: text-bottom;
}
Expand Down Expand Up @@ -190,7 +190,7 @@

.checklist-item__chevron,
.checklist-item__checkmark {
fill: var(--studio-green-50);
fill: var(--color-success);
}
.checklist-item__counter {
color: var(--color-neutral-40);
Expand Down

0 comments on commit 043d782

Please sign in to comment.