Skip to content

Commit

Permalink
made a change
Browse files Browse the repository at this point in the history
  • Loading branch information
day-mon committed Jan 20, 2024
1 parent aefb2c9 commit 6d05c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/display-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const DemoCard: Component<IDisplayCard> = (props: IDisplayCard) => {
return (
<>
<Card
class='w-full max-w-4xl mx-auto bg-shark-900 rounded-lg shadow-md overflow-hidden p-4 text-white border-4 border-white'>
class='w-full max-w-4xl mx-auto bg-shark-900 rounded-lg shadow-md overflow-hidden p-4 text-white border-4 border-shark-700'>
<CardHeader>
<div class='flex flex-row items-center justify-between'>
<TeamInfo team={props.game.home_team} winner={winningTeam(props.game)} prediction={props.game.prediction} game={props.game} />
Expand Down

0 comments on commit 6d05c5b

Please sign in to comment.