updated bracket

This commit is contained in:
yohlo
2025-09-29 10:50:18 -05:00
parent 31e50af593
commit a4b9fe9065
4 changed files with 152 additions and 35 deletions

View File

@@ -21,9 +21,16 @@ export const MatchSlot: React.FC<MatchSlotProps> = ({
cups,
isWinner
}) => (
<Flex align="stretch">
<Flex
align="stretch"
style={{
backgroundColor: isWinner ? 'var(--mantine-color-green-light)' : 'transparent',
borderRadius: 'var(--mantine-radius-sm)',
transition: 'background-color 200ms ease',
}}
>
{(seed && seed > 0) ? <SeedBadge seed={seed} /> : undefined}
<Flex p="4px 8px" w='100%' align="center">
<Flex p="6px 10px" w='100%' align="center">
<Flex align="center" gap={4} flex={1}>
{team ? (
<>