diff --git a/apps/app/styles/command-pallette.css b/apps/app/styles/command-pallette.css index c28486f45..86fcb51da 100644 --- a/apps/app/styles/command-pallette.css +++ b/apps/app/styles/command-pallette.css @@ -34,7 +34,6 @@ background-color: rgb(229 231 235); } - -[aria-selected="true"] { +[cmdk-item][aria-selected="true"] { background-color: rgb(229 231 235); -} \ No newline at end of file +}