This commit is contained in:
Marces Zastrow
2025-01-10 12:45:13 +01:00
parent 9c45795e80
commit 405ab75dec
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ const CreateCharacter = () => {
height="300"
image={imagePreview}
alt="Character Preview"
sx={{ borderRadius: '3px', objectFit: 'cover', margin: '0 auto' }}
sx={{ borderRadius: '3px', objectFit: 'contain', margin: '0 auto', borderBottom: '1px solid #444' }}
/>
</Box>
) : (