fix: use correct color for MkMoved

This commit is contained in:
ThatOneCalculator 2022-12-16 14:52:43 -08:00
parent b06b97b7c2
commit 9137698245
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ defineProps<{
padding: 16px;
font-size: 90%;
background: var(--infoWarnBg);
color: var(--infoWarnFg);
color: var(--error);
border-radius: var(--radius);
> .link {