1
0
Fork 1
mirror of https://example.com synced 2024-11-22 22:46:38 +09:00

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

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 {