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}