Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing rounded corners
  • Loading branch information
regalijan committed Oct 19, 2024
1 parent 1574012 commit 338cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team.tsx
Expand Up @@ -477,7 +477,7 @@ export default function () {
return (
<Card
borderColor={eventColors[event.type]}
borderRadius="2px"
borderWidth="2px"
w="100%"
>
<CardBody>
Expand Down

0 comments on commit 338cfa5

Please sign in to comment.