From 1220cebe5023bf2aff7605db82e46cc94c0ee0d7 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Fri, 28 Apr 2023 18:52:53 +0530 Subject: [PATCH] style: command k item and cycle icon theming --- .../command-palette/command-pallette.tsx | 4 +- apps/app/components/icons/cycle-icon.tsx | 50 +++++++++---------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/apps/app/components/command-palette/command-pallette.tsx b/apps/app/components/command-palette/command-pallette.tsx index 3feca33f6..9d23d84e2 100644 --- a/apps/app/components/command-palette/command-pallette.tsx +++ b/apps/app/components/command-palette/command-pallette.tsx @@ -393,7 +393,7 @@ export const CommandPalette: React.FC = () => { leaveFrom="opacity-100 translate-y-0 sm:scale-100" leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" > - + { if (value.toLowerCase().includes(search.toLowerCase())) return 1; @@ -675,7 +675,7 @@ export const CommandPalette: React.FC = () => { -
+
Create new page
diff --git a/apps/app/components/icons/cycle-icon.tsx b/apps/app/components/icons/cycle-icon.tsx index 4e3835dcd..f8881c6c1 100644 --- a/apps/app/components/icons/cycle-icon.tsx +++ b/apps/app/components/icons/cycle-icon.tsx @@ -6,29 +6,29 @@ export const CyclesIcon: React.FC = ({ width = "24", height = "24", className, - color = "black", + color = "#858E96", }) => ( - - - - - ); + + + + +);