diff --git a/src/lib/app_components/e_app_sys_bar.svelte b/src/lib/app_components/e_app_sys_bar.svelte
index 8f3b27ad..55dba955 100644
--- a/src/lib/app_components/e_app_sys_bar.svelte
+++ b/src/lib/app_components/e_app_sys_bar.svelte
@@ -258,11 +258,17 @@ function apply_theme(value: string) {
ae_sys_panel
flex max-h-[80vh] w-80 max-w-[94vw]
flex-col items-stretch
- gap-0 overflow-x-hidden overflow-y-auto
- rounded-xl border border-gray-200/70 bg-white/85 text-sm
- text-gray-900 shadow-2xl backdrop-blur-md
- dark:border-gray-700/70 dark:bg-gray-900/85
- dark:text-gray-100
+ gap-0
+ overflow-x-hidden overflow-y-auto
+ rounded-xl border
+ border-primary-400-600/50
+ bg-white/0 dark:bg-gray-900/60
+ shadow-2xl backdrop-blur-md
+ text-sm
+ text-gray-950-50
+ transition-all
+ duration-300
+
">
@@ -297,7 +303,7 @@ function apply_theme(value: string) {