fix: margin on diagnostics modal

This commit is contained in:
Rafael Taranto 2025-06-23 14:03:13 +01:00
parent 6d9304ca14
commit 22dedf1a03

View file

@ -176,7 +176,7 @@ const DiagnosticsModal = ({ onClose, deviceId, sendAction }) => {
</div> </div>
</div> </div>
)} )}
<div className="flex flex-row mt-auto ml-auto mr-2 mb-0"> <div className="flex flex-row mt-auto ml-auto mb-8">
<Button <Button
disabled={state !== STATES.FILLED || !timestamp} disabled={state !== STATES.FILLED || !timestamp}
onClick={() => { onClick={() => {