Skip to content

Commit

Permalink
Change background color of tab badges (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored Sep 27, 2024
1 parent 29ca8a3 commit 6fd5f28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,10 @@ becomes more complicated.
}
}

.badge { vertical-align: baseline; }
.badge {
background-color: #999;
vertical-align: baseline;
}
}

.chip {
Expand Down

0 comments on commit 6fd5f28

Please sign in to comment.