style: add object-cover to images inside profile picture settings
This commit is contained in:
parent
5514f2ec39
commit
4987c2e59a
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ export default function ProfilePictureSettings() {
|
||||||
alt="new profile picture"
|
alt="new profile picture"
|
||||||
width={128}
|
width={128}
|
||||||
height={128}
|
height={128}
|
||||||
className="rounded-full aspect-square border-2 border-amber-500"
|
className="rounded-full aspect-square border-2 border-amber-500 object-cover"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|
@ -114,7 +114,7 @@ export default function ProfilePictureSettings() {
|
||||||
alt="new profile picture"
|
alt="new profile picture"
|
||||||
width={128}
|
width={128}
|
||||||
height={128}
|
height={128}
|
||||||
className="rounded-full aspect-square border-2 border-amber-500 ml-auto"
|
className="rounded-full aspect-square border-2 border-amber-500 ml-auto object-cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</SubmitDialogButton>
|
</SubmitDialogButton>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue