Styling modules

This commit is contained in:
Aj - Thomas
2022-05-12 23:04:59 +02:00
parent e3af7629aa
commit e61e986028
3 changed files with 12 additions and 2 deletions

View File

@@ -15,7 +15,14 @@ function MediaDisplay(props: { media: IMedia }) {
const { media }: { media: IMedia } = props;
return (
<Group noWrap align="self-start" mr={15}>
<Image fit="cover" src={media.poster} alt={media.title} width={300} height={400} />
<Image
radius="md"
fit="cover"
src={media.poster}
alt={media.title}
width={300}
height={400}
/>
<Stack
justify="space-between"
sx={(theme) => ({