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"
|
rel="noopener noreferrer"
|
||||||
href={link}>
|
href={link}>
|
||||||
<ActionButton
|
<ActionButton
|
||||||
className="mb-8"
|
className="mb-1 leading-none"
|
||||||
color="primary"
|
color="primary"
|
||||||
Icon={LinkIcon}
|
Icon={LinkIcon}
|
||||||
InverseIcon={InverseLinkIcon}>
|
InverseIcon={InverseLinkIcon}>
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,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