+
This commit is contained in:
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user