Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49d50e0849 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.10.8",
|
||||
"last_build": "2026-04-15-1948",
|
||||
"version": "1.10.9",
|
||||
"last_build": "2026-04-15-1957",
|
||||
"codename": "AccessibleUI",
|
||||
"commit": "79e3152c"
|
||||
"commit": "757e9a7a"
|
||||
}
|
||||
@@ -773,9 +773,9 @@ export default function Home() {
|
||||
<Minus size={24} />
|
||||
</button>
|
||||
<div className="text-center">
|
||||
<span className="text-xs font-black tabular-nums">{zoom.toFixed(1)}x</span>
|
||||
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Zoom</span>
|
||||
</div>
|
||||
<span className="text-xs font-black tabular-nums">{adjustQty}</span>
|
||||
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Units</span>
|
||||
</div>
|
||||
<button
|
||||
onClick={() => setAdjustQty(adjustQty + 1)}
|
||||
className="w-12 h-12 rounded-full border border-slate-800 flex items-center justify-center text-slate-400 active:bg-slate-800"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user