web: minor ui fixes

This commit is contained in:
Abdullah Atta
2026-07-21 13:44:06 +05:00
parent 34f4b96473
commit 3cd2d3dfef
2 changed files with 8 additions and 3 deletions

View File

@@ -113,8 +113,13 @@ function AuthContainer(props) {
</Flex>
<Image
src={NotesnookPhoneImage}
width={420}
sx={{ marginLeft: "58px" }}
sx={{
marginLeft: "58px",
objectFit: "contain",
height: "100%",
flex: 0.95,
overflow: "hidden"
}}
/>
</Flex>
<Box

View File

@@ -1239,7 +1239,7 @@ export function SubmitButton(props: SubmitButtonProps) {
justifyContent: "center",
alignSelf: "center",
display: "flex",
paddingY: "spacing7",
paddingY: "spacing6",
paddingX: "spacing5",
fontSize: "md",
fontWeight: 600,