Fix background color and font weight on usa tag

This commit is contained in:
zandercymatics 2025-01-24 10:49:41 -07:00
parent 130cfc9d4e
commit 78f31e97c3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 6 additions and 1 deletions

View file

@ -99,6 +99,11 @@ th {
text-transform: none;
}
// usa-tag overrides any color by default. This is a workaround.
.usa-tag.primary-dark {
background-color: color('primary-dark');
}
@include at-media(tablet-lg) {
th[data-sortable] .usa-table__header__button {
right: auto;

View file

@ -68,7 +68,7 @@ in the form $setting: value,
/*---------------------------
## Font weights
----------------------------*/
$theme-font-weight-medium: 500,
$theme-font-weight-medium: 400,
$theme-font-weight-semibold: 600,
/*---------------------------