button border is consistent across screens

This commit is contained in:
proddy
2024-03-22 17:02:02 +01:00
parent bcfcc7690f
commit 5592d18e1f
7 changed files with 9 additions and 9 deletions

View File

@@ -627,7 +627,7 @@ const Devices: FC = () => {
progress={submitting}
/>
)}
<ButtonRow>
<ButtonRow mt={1}>
<Button startIcon={<RefreshIcon />} variant="outlined" color="secondary" onClick={refreshData}>
{LL.REFRESH()}
</Button>