Build [v1.4.0] - Audit Dashboard & LDAP Restoration
This commit is contained in:
@@ -296,7 +296,7 @@ export default function Scanner({ onScanSuccess, onOCRMatch, paused }: ScannerPr
|
||||
className="h-16 px-6 bg-slate-800 hover:bg-slate-700 border border-slate-700 text-white rounded-2xl flex flex-col items-center justify-center shadow-lg transition-all active:scale-95"
|
||||
>
|
||||
<span className="text-xs font-black">{zoom.toFixed(1)}x</span>
|
||||
<span className="text-[10px] text-primary font-bold uppercase">Zoom</span>
|
||||
<span className="text-[10px] text-primary font-bold">Zoom</span>
|
||||
</button>
|
||||
)}
|
||||
|
||||
@@ -310,7 +310,7 @@ export default function Scanner({ onScanSuccess, onOCRMatch, paused }: ScannerPr
|
||||
<>
|
||||
<Search className={cn("text-slate-500", !isStarted && "opacity-20")} size={20} />
|
||||
<div className="flex flex-col">
|
||||
<span className="text-[10px] text-slate-500 font-bold leading-none uppercase">Label Scanning</span>
|
||||
<span className="text-[10px] text-slate-500 font-bold leading-none">Label Scanning</span>
|
||||
<span className="text-sm font-black text-primary leading-tight">
|
||||
{countdown === 0 ? "Scanning..." : `Next scan in ${countdown}s`}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user