diff --git a/packages/frontend/src/components/global/MkResult.vue b/packages/frontend/src/components/global/MkResult.vue index 51cf8a860a..6990d69bd3 100644 --- a/packages/frontend/src/components/global/MkResult.vue +++ b/packages/frontend/src/components/global/MkResult.vue @@ -4,10 +4,29 @@ SPDX-License-Identifier: AGPL-3.0-only --> @@ -38,7 +57,9 @@ const props = defineProps<{ } .icon { - font-size: 24px; + width: 64px; + height: 64px; margin: 0 auto; + color: var(--MI_THEME-accent); } diff --git a/packages/frontend/src/pages/not-found.vue b/packages/frontend/src/pages/not-found.vue index 305518f64a..ba871420fe 100644 --- a/packages/frontend/src/pages/not-found.vue +++ b/packages/frontend/src/pages/not-found.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only -->