Skip to content

Commit

Permalink
Fix the missing background color for Badge component.
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed Aug 20, 2024
1 parent 4cb68bd commit dd0949f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions web/html/src/branding/css/base/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,8 @@ tr.changed > td {

.badge {
font-size: 12px;
border-radius: 10px;
background: $eos-bc-gray-1000;
}

// We can reenable these after the theme migration is complete
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fix Find targets button behavior for the feature salt > remote commands page
- Fix Find targets button behavior for the feature salt > remote commands page
- Fix the missing background color for the pending status badge and show/hide the response Badge component.

0 comments on commit dd0949f

Please sign in to comment.