mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
ux: fix role badge contrast token
This commit is contained in:
parent
d33743580d
commit
27f7c898d9
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ import { API_BASE } from '../../lib/api';
|
|||
.role-badge.system {
|
||||
background: var(--color-primary);
|
||||
border-color: transparent;
|
||||
color: var(--color-primary-contrast);
|
||||
color: var(--color-on-primary);
|
||||
}
|
||||
|
||||
.role-description {
|
||||
|
|
|
|||
Loading…
Reference in a new issue