Skip to content

Commit

Permalink
fix(HostRequestSendField): StyledButton text centering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJk0 committed Jan 26, 2025
1 parent 0fad9b1 commit 469c07d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/web/features/messages/requests/HostRequestSendField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ const StyledButtonContainer = styled("div")(({ theme }) => ({
}));

const StyledButton = styled(Button)<AppButtonProps>({
display: "block",
display: "flex",
flexShrink: 0,
marginInlineStart: theme.spacing(1),
height: theme.spacing(5),
marginBottom: 0,
marginTop: "auto",
alignItems: "center",
});

Expand Down

0 comments on commit 469c07d

Please sign in to comment.