From 3a4cc36823725d88ef932a2c5ae2a26765b17ed8 Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 1 Apr 2023 12:32:22 +0200 Subject: [PATCH] fix kbar theme --- assets/js/kbar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/kbar.js b/assets/js/kbar.js index 5ab5d53..2965875 100644 --- a/assets/js/kbar.js +++ b/assets/js/kbar.js @@ -32,7 +32,7 @@ const groupNameStyle = { padding: "8px 16px", fontSize: "10px", textTransform: "uppercase", - opacity: 0.5, + opacity: 0.75, }; @@ -44,7 +44,7 @@ function RenderResults() { items={results} onRender={({ item, active }) => typeof item === "string" ? ( -
{item}
+
{item}
) : ( -
+
{action.icon && action.icon}