Skip to content

Commit

Permalink
fix lint colors issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cherman23 committed Dec 4, 2024
1 parent 7ebacba commit c0de88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/_SectionPill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.SectionPill {
display: inline-flex;
align-items: center;
background-color: white;
background-color: Colors.$White;
border-radius: 900px;
padding: 2px 6px;
max-width: fit-content;
Expand Down

0 comments on commit c0de88f

Please sign in to comment.