From c9a594d6693b8c98ecc968c55456628c326919ba Mon Sep 17 00:00:00 2001 From: Maofeng Date: Thu, 30 Jul 2026 15:25:12 +0800 Subject: [PATCH] style(console-web): use canonical Tailwind utilities Replace the hard-coded brand text color with its theme token and use Tailwind's standard z-index utility for Host notifications. --- crates/wasmeld-console/web/src/host/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/wasmeld-console/web/src/host/app.tsx b/crates/wasmeld-console/web/src/host/app.tsx index 7e59c61..218eeb7 100644 --- a/crates/wasmeld-console/web/src/host/app.tsx +++ b/crates/wasmeld-console/web/src/host/app.tsx @@ -403,7 +403,7 @@ export default function HostApp() {