Build [v1.10.9]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.10.8",
|
"version": "1.10.9",
|
||||||
"last_build": "2026-04-15-1948",
|
"last_build": "2026-04-15-1957",
|
||||||
"codename": "AccessibleUI",
|
"codename": "AccessibleUI",
|
||||||
"commit": "79e3152c"
|
"commit": "757e9a7a"
|
||||||
}
|
}
|
||||||
@@ -773,9 +773,9 @@ export default function Home() {
|
|||||||
<Minus size={24} />
|
<Minus size={24} />
|
||||||
</button>
|
</button>
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<span className="text-xs font-black tabular-nums">{zoom.toFixed(1)}x</span>
|
<span className="text-xs font-black tabular-nums">{adjustQty}</span>
|
||||||
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Zoom</span>
|
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Units</span>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
onClick={() => setAdjustQty(adjustQty + 1)}
|
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"
|
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