Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed May 30, 2024
1 parent 94ed83b commit 58ba992
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ export const EventCardCalendar: React.FC<EventCardCalendarProps> = ({
return (
<Box margin="xl">
<TouchableOpacity>
{isHappening && (
{!isHappening && (
<Box
zIndex={1}
position="absolute"
marginRight="xl"
top={16}
top={-16}
right={6}
flexDirection="row"
flex={1}
justifyContent="flex-end"
Expand Down

0 comments on commit 58ba992

Please sign in to comment.