Add missing margin to save set button

This commit is contained in:
Brandon Presley 2022-12-01 14:11:47 +13:00
parent 521fa0e9d3
commit 26e0391022
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ export default function EditSet() {
disabled={!name}
mode="contained"
icon="save"
style={{margin: MARGIN}}
onPress={handleSubmit}>
Save
</Button>