Merge pull request #1892 from RafaelTaranto/fix/small-ui-changes

LAM-1431 fix: small UI changes
This commit is contained in:
Rafael Taranto 2025-06-24 09:16:19 +01:00 committed by GitHub
commit a538a5c735
2 changed files with 2 additions and 2 deletions

View file

@ -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}>

View file

@ -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={() => {