From 475e88bffbde3125647906a4f401578be92029f1 Mon Sep 17 00:00:00 2001 From: kenneth Date: Fri, 31 Oct 2025 02:07:38 +0000 Subject: [PATCH] feat(dashboard): make brightness slider shorter --- apps/dashboard/src/light-control.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/light-control.tsx b/apps/dashboard/src/light-control.tsx index 794b090..4c64631 100644 --- a/apps/dashboard/src/light-control.tsx +++ b/apps/dashboard/src/light-control.tsx @@ -6,7 +6,7 @@ import { useEffect, useRef } from "react" import cn from "./components/lib/cn" import { Tile } from "./components/tile" -const LIGHT_CONTROL_TILE_SLIDER_BAR_COUNT = 40 +const LIGHT_CONTROL_TILE_SLIDER_BAR_COUNT = 36 // Store brightness as step (0-43) to match the 44 bars exactly // Step 0 = OFF, Steps 1-43 map to bars 42-0