From 26e03910226e9419e20ef8dd5646a93ccde5bbd0 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Thu, 1 Dec 2022 14:11:47 +1300 Subject: [PATCH] Add missing margin to save set button --- EditSet.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/EditSet.tsx b/EditSet.tsx index 9d824ac..11ff70d 100644 --- a/EditSet.tsx +++ b/EditSet.tsx @@ -201,6 +201,7 @@ export default function EditSet() { disabled={!name} mode="contained" icon="save" + style={{margin: MARGIN}} onPress={handleSubmit}> Save