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", }) => ( - - - - - ); + + + + +);