chore: home and power k

This commit is contained in:
Aaryan Khandelwal
2025-12-08 20:59:14 +05:30
parent 4a84767963
commit 5fbcee2e39
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { useState, useEffect } from "react";
import { useState, useEffect } from "react";
import { useParams } from "next/navigation";
// plane imports
import { WORKSPACE_DEFAULT_SEARCH_RESULT } from "@plane/constants";

View File

@@ -10,7 +10,8 @@
[cmdk-item] {
@apply flex items-center justify-between cursor-pointer bg-layer-transparent text-body-xs-regular p-2 rounded-md;
&:focus, &[aria-selected="true"] {
&:focus,
&[aria-selected="true"] {
@apply bg-layer-transparent-active;
}