Reintroduce io5 asset
This commit is contained in:
parent
392ebb7956
commit
ad3f1d72c4
@ -9,7 +9,7 @@ import Spinner from './Spinner';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { useTheme } from 'next-themes';
|
||||
import { BiDesktop, BiMoon, BiSun } from 'react-icons/bi';
|
||||
// import { IoInvertModeSharp } from 'react-icons/io5';
|
||||
import { IoInvertModeSharp } from 'react-icons/io5';
|
||||
|
||||
const LISTENER_KEYDOWN = 'keydown';
|
||||
const MINIMUM_QUERY_LENGTH = 2;
|
||||
@ -84,10 +84,10 @@ export default function CommandKClient({
|
||||
|
||||
const sectionTheme: CommandKSection = {
|
||||
heading: 'Theme',
|
||||
// accessory: <IoInvertModeSharp
|
||||
// size={14}
|
||||
// className="translate-y-[0.5px] translate-x-[-1px]"
|
||||
// />,
|
||||
accessory: <IoInvertModeSharp
|
||||
size={14}
|
||||
className="translate-y-[0.5px] translate-x-[-1px]"
|
||||
/>,
|
||||
items: [{
|
||||
label: 'Use System',
|
||||
annotation: <BiDesktop />,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user