We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb216e4 commit 2b6fea7Copy full SHA for 2b6fea7
src/organisms/Calendar/EventsList/EventsList.tsx
@@ -65,13 +65,17 @@ export const EventsList = ({
65
{isDropdown && (
66
<Box display="flex" alignItems="center" gap="4px" lineHeight="19px">
67
<Box
68
- h="10px"
69
- w="10px"
+ alignSelf="flex-start"
70
bg={color}
71
borderRadius="50%"
72
display="block"
73
- alignSelf="flex-start"
+ h="10px"
74
mt="4px"
+ maxH="10px"
75
+ maxW="10px"
76
+ minH="10px"
77
+ minW="10px"
78
+ w="10px"
79
/>
80
<Box as="span" color={vars('colors-neutral-gray') ?? '#808080'} fontSize="14px">
81
<strong>{text ?? 'Curso'}:</strong> {courseName}
0 commit comments