fix: color defaults, qr code not showing in carousel, color picker responsiveness (again)

This commit is contained in:
trafficlunar 2026-03-26 18:32:38 +00:00
parent 1e30bcad69
commit a5e5d0557e
8 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@ export default function EyesTab({ instructions }: Props) {
const [tab, setTab] = useState(0);
// One type/color state per tab
const [colors, setColors] = useState<number[]>(Array(TABS.length).fill(0));
const [colors, setColors] = useState<number[]>(Array(TABS.length).fill(122));
const currentTab = TABS[tab];