more bracket refactoring again

This commit is contained in:
yohlo
2025-08-23 23:24:35 -05:00
parent 3cf00cc426
commit 9d5f8c5b55
4 changed files with 8 additions and 27 deletions

View File

@@ -34,13 +34,13 @@ export const MatchCard: React.FC<MatchCardProps> = ({
{match.reset && (
<Text
pos="absolute"
top={-8}
top={-20}
left={8}
size="xs"
c="orange"
c="dimmed"
fw="bold"
>
IF NECESSARY
* If necessary
</Text>
)}