Merge pull request #1892 from RafaelTaranto/fix/small-ui-changes
LAM-1431 fix: small UI changes
This commit is contained in:
commit
a538a5c735
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ const SupportLinkButton = ({ link, label }) => {
|
|||
rel="noopener noreferrer"
|
||||
href={link}>
|
||||
<ActionButton
|
||||
className="mb-8"
|
||||
className="mb-1 leading-none"
|
||||
color="primary"
|
||||
Icon={LinkIcon}
|
||||
InverseIcon={InverseLinkIcon}>
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ const DiagnosticsModal = ({ onClose, deviceId, sendAction }) => {
|
|||
</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
|
||||
disabled={state !== STATES.FILLED || !timestamp}
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue