🎨 Add minor UI tweaks (#1506)

This commit is contained in:
Alejandra
2025-02-21 20:10:51 +00:00
committed by GitHub
parent 2eb8f5b624
commit ccbdb30a87
5 changed files with 12 additions and 17 deletions
@@ -48,11 +48,10 @@ const ChangePassword = () => {
Change Password
</Heading>
<Box
w={{ sm: "full", md: "300px" }}
as="form"
onSubmit={handleSubmit(onSubmit)}
>
<VStack gap={4}>
<VStack gap={4} w={{ base: "100%", md: "sm" }}>
<PasswordInput
type="current_password"
startElement={<FiLock />}