Skip to content

Commit

Permalink
Added varibale for badge bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed Aug 21, 2024
1 parent dd0949f commit 4f57162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/src/branding/css/base/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ tr.changed > td {
.badge {
font-size: 12px;
border-radius: 10px;
background: $eos-bc-gray-1000;
background: $badge-bg;
}

// We can reenable these after the theme migration is complete
Expand Down

0 comments on commit 4f57162

Please sign in to comment.