add toggle for chart grid layout

This commit is contained in:
Henry Dollman
2024-08-25 18:19:47 -04:00
parent 76cffb16de
commit 7a6fbc8346
8 changed files with 135 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ export default function ChartTimeSelect({ className }: { className?: string }) {
onValueChange={(value: ChartTimes) => $chartTime.set(value)}
>
<SelectTrigger className={cn(className, 'relative pl-10 pr-5')}>
<HistoryIcon className="h-4 w-4 absolute left-4 top-1/2 -translate-y-1/2 opacity-80" />
<HistoryIcon className="h-4 w-4 absolute left-4 top-1/2 -translate-y-1/2 opacity-85" />
<SelectValue />
</SelectTrigger>
<SelectContent>