We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bba12 commit 882adaaCopy full SHA for 882adaa
src/organisms/Calendar/EventsList/EventsList.tsx
@@ -51,7 +51,7 @@ export const EventsList = ({
51
const detailTextStyle = {
52
color: vars('colors-neutral-gray') ?? '#808080',
53
fontSize: '14px',
54
- display: 'flex',
+ display: 'inline',
55
gap: '4px',
56
lineHeight: 'normal',
57
}
@@ -60,9 +60,9 @@ export const EventsList = ({
60
<Box className="eventsList" borderTop={border} p="16px" display="flex" gap="12px">
61
<Box
62
bg={color}
63
- minW="80px"
+ minW="108px"
64
minH="80px"
65
- maxW="80px"
+ maxW="108px"
66
maxH="80px"
67
borderRadius="4px"
68
p="8px"
0 commit comments