fix(MkRemoteCaution): apply info styles

This commit is contained in:
オスカー、 2024-10-20 21:22:10 +09:00
parent 2f6f1a7158
commit 2e38ad3d90
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ misskeyApi('users/show', { userId: props.movedTo ?? props.movedFrom }).then(u =>
.root {
padding: 16px;
font-size: 90%;
background: var(--infoWarnBg);
color: var(--error);
background: var(--infoBg);
color: var(--infoFg);
border-radius: var(--radius);
}

View File

@ -19,8 +19,8 @@ defineProps<{
.root {
font-size: 0.8em;
padding: 16px;
background: var(--infoWarnBg);
color: var(--infoWarnFg);
background: var(--infoBg);
color: var(--infoFg);
border-radius: var(--radius);
overflow: clip;
}