Build [v1.14.31]

This commit is contained in:
2026-04-25 12:53:41 +03:00
parent d0f166a370
commit de8c5c7135
42 changed files with 441 additions and 354 deletions

View File

@@ -284,14 +284,14 @@ export default function InventoryPage() {
</div>
<button
onClick={() => setShowSearchModal(true)}
className="ml-auto p-3 bg-surface border border-slate-800 text-secondary hover:text-primary transition-all active:scale-95"
className="ml-auto p-3 bg-surface border border-border text-secondary hover:text-primary transition-all active:scale-95"
title="Search Inventory"
>
<Search size={20} />
</button>
<button
onClick={() => setShowBoxManager(true)}
className="p-3 bg-surface border border-slate-800 text-secondary hover:text-primary transition-all active:scale-95"
className="p-3 bg-surface border border-border text-secondary hover:text-primary transition-all active:scale-95"
title="Manage Boxes"
>
<Layout size={20} />