refactor(ui): improve styling and consistency in environment variable warning and docker cleanup components

This commit is contained in:
Andras Bacsai
2025-09-25 11:45:03 +02:00
parent 6cd3bc0461
commit 47b060e291
3 changed files with 45 additions and 53 deletions

View File

@@ -31,7 +31,7 @@
}
}" x-if="showWarning">
<x-callout type="warning" title="Caution">
<div class="text-sm text-yellow-700 dark:text-yellow-300" x-text="warningMessage"></div>
<div class="text-sm text-yellow-700 dark:text-yellow-300" x-text="recommendation"></div>
<div class="text-sm" x-text="warningMessage"></div>
<div class="text-sm" x-text="recommendation"></div>
</x-callout>
</template>