From 9570428df9b75bc02668da25ccdacac230e1aa6f Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 12 Mar 2026 17:05:25 -0500 Subject: [PATCH] restyle indicators --- src/app/components/module/module.component.html | 6 +++--- src/app/components/route/route.component.html | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/components/module/module.component.html b/src/app/components/module/module.component.html index d812437..016061f 100644 --- a/src/app/components/module/module.component.html +++ b/src/app/components/module/module.component.html @@ -4,10 +4,10 @@ isInError() ? 'border-red-500' : 'border-gray-600' }} border-solid w-full h-full" > -
+
- south - north + keyboard_arrow_down + keyboard_arrow_up
{{ schema().title || module()?.type }} diff --git a/src/app/components/route/route.component.html b/src/app/components/route/route.component.html index 1168802..93259c6 100644 --- a/src/app/components/route/route.component.html +++ b/src/app/components/route/route.component.html @@ -5,8 +5,10 @@ isInError() ? 'border-red-500' : 'border-gray-600' }} border-solid w-full h-full" > -
-
+
+
+ chevron_right +
Route {{ index() }}
close