dectools(app): use error css var

This commit is contained in:
Benjamin Canac
2025-02-07 13:01:49 +01:00
parent 104852a55c
commit 54e6841ad0

View File

@@ -91,7 +91,7 @@ const isDark = computed({
<template>
<UApp>
<div v-if="status === 'pending' || error || !component || !components?.length">
<div v-if="error" class="flex flex-col justify-center items-center h-screen w-screen text-center text-(--ui-color-error-500)">
<div v-if="error" class="flex flex-col justify-center items-center h-screen w-screen text-center text-(--ui-error)">
<UILogo class="h-8" />
<UIcon name="i-lucide-circle-alert" size="20" class="mt-2" />
<p>