Skip to content

Commit a73e2ad

Browse files
fix(PDYE-1230): ancho y alto circulo curso evento (#714)
Co-authored-by: Javiera Munita <javiera.munita@eclass.cl>
1 parent 4b2d17e commit a73e2ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/organisms/Calendar/EventsList/EventsList.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ export const EventsList = ({
119119

120120
{showCourse && !initOrEnd && (
121121
<Box display="flex" gap="4px" alignItems="baseline">
122-
{isMobile && <Box height="10px" width="10px" bg={color} borderRadius="50%" />}
122+
{isMobile && (
123+
<Box minH="10px" minW="10px" maxH="10px" maxW="10px" bg={color} borderRadius="50%" />
124+
)}
123125

124126
<Box as="span" sx={detailTextStyle}>
125127
<strong>{text ? `${text}:` : 'Curso:'}</strong> {courseName}

0 commit comments

Comments
 (0)