use text color css vars in unit/grid components

This commit is contained in:
Justin Edmund 2025-12-20 20:58:35 -08:00
parent d238754d8b
commit 662c60a51c
6 changed files with 6 additions and 6 deletions

View file

@ -129,6 +129,6 @@
.name {
font-size: $font-small;
text-align: center;
color: $grey-50;
color: var(--text-secondary);
}
</style>

View file

@ -162,6 +162,6 @@
.name {
font-size: $font-small;
text-align: center;
color: $grey-50;
color: var(--text-secondary);
}
</style>

View file

@ -169,6 +169,6 @@
.name {
font-size: $font-small;
text-align: center;
color: $grey-50;
color: var(--text-secondary);
}
</style>

View file

@ -435,7 +435,7 @@
.name {
font-size: typography.$font-small;
text-align: center;
color: colors.$grey-50;
color: var(--text-secondary);
display: flex;
align-items: center;
justify-content: center;

View file

@ -336,7 +336,7 @@
.name {
font-size: typography.$font-small;
text-align: center;
color: colors.$grey-50;
color: var(--text-secondary);
}
.badge {

View file

@ -424,7 +424,7 @@
.name {
font-size: typography.$font-small;
text-align: center;
color: colors.$grey-50;
color: var(--text-secondary);
}
.modifiers {