fix: margin on diagnostics modal
This commit is contained in:
parent
6d9304ca14
commit
22dedf1a03
1 changed files with 1 additions and 1 deletions
|
|
@ -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={() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue