From a8b00e97b6afe69781b965b1e008902b04892340 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 14 Jul 2026 06:36:51 -0400 Subject: [PATCH] =?UTF-8?q?fix(ui):=20kill=20stray=20blue=20modal=20stylin?= =?UTF-8?q?g=20=E2=80=94=20standardize=20on=20glass=20orange=20CTA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The app-details credentials/version sidebar and the container-app Launch button used solid bg-blue-600 CTAs and blue links/focus rings instead of the global glass style; InstallVersionModal used an off-token solid orange. All primary CTAs now use glass-button glass-button-warning (the Create Identity orange) and links/focus accents use the orange tokens. Co-Authored-By: Claude Fable 5 --- neode-ui/src/components/InstallVersionModal.vue | 2 +- neode-ui/src/views/ContainerApps.vue | 2 +- neode-ui/src/views/appDetails/AppSidebar.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/neode-ui/src/components/InstallVersionModal.vue b/neode-ui/src/components/InstallVersionModal.vue index 36977f87..9754b190 100644 --- a/neode-ui/src/components/InstallVersionModal.vue +++ b/neode-ui/src/components/InstallVersionModal.vue @@ -35,7 +35,7 @@
@@ -181,7 +181,7 @@

{{ t('appDetails.requirements') }}

- +
@@ -211,7 +211,7 @@ :href="link.url" target="_blank" rel="noopener noreferrer" - class="flex items-center gap-2 text-blue-400 hover:text-blue-300 transition-colors" + class="flex items-center gap-2 text-orange-300 hover:text-orange-200 transition-colors" >