Const
const systemDefault = ( <div className="flex flex-row flex-nowrap items-center gap-2 text-slate-300 dark:text-slate-800" data-testid="system-default-option" > <span className="whitespace-nowrap">System Default</span>{' '} <span className="relative h-6 w-6 self-stretch"> <FontAwesomeIcon className="absolute inset-0 m-auto mask-t-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300 dark:text-slate-800" icon={faMoon} /> <FontAwesomeIcon className="absolute inset-0 m-auto mask-b-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] mask-b-to-50% text-xl text-slate-300 dark:text-slate-800" icon={faSun} /> </span> </div>); Copy
const systemDefault = ( <div className="flex flex-row flex-nowrap items-center gap-2 text-slate-300 dark:text-slate-800" data-testid="system-default-option" > <span className="whitespace-nowrap">System Default</span>{' '} <span className="relative h-6 w-6 self-stretch"> <FontAwesomeIcon className="absolute inset-0 m-auto mask-t-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300 dark:text-slate-800" icon={faMoon} /> <FontAwesomeIcon className="absolute inset-0 m-auto mask-b-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] mask-b-to-50% text-xl text-slate-300 dark:text-slate-800" icon={faSun} /> </span> </div>);
Source