Skip to content

Commit

Permalink
fix(setting-modal): save changes button position should be consistent…
Browse files Browse the repository at this point in the history
… on all tabs
  • Loading branch information
MahtabBukhari committed Nov 1, 2024
1 parent a1a314c commit 2c8911b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const General: FC<Props> = ({ initialValues, onClose }) => {
</Flex>
</Flex>

<Flex py={error ? 0 : 24}>
<Flex mt={210} py={error ? 0 : 24}>
<Button
color="secondary"
disabled={isSubmitting}
Expand Down

0 comments on commit 2c8911b

Please sign in to comment.