Skip to content

Commit

Permalink
changed the font weight to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
notlazykid committed Jan 15, 2025
1 parent eb5f7c4 commit a341bde
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,23 @@
.badge-wrapper-CRITICAL .Polaris-Badge {
background-color: #f6c4c8 !important;
color: #560c0c !important;
font-weight: 500 !important;
}

.badge-wrapper-HIGH .Polaris-Badge {
background-color: #f6deeb !important;
color: #570d2d !important;
font-weight: 500 !important;
}

.badge-wrapper-MEDIUM .Polaris-Badge {
background-color: #f9d8c5 !important;
color: #763211 !important;
font-weight: 500 !important;
}

.badge-wrapper-LOW .Polaris-Badge {
background-color: #fcefd0;
color: #6d4e16 !important;
font-weight: 500 !important;
}

0 comments on commit a341bde

Please sign in to comment.