dark mode default, basic tournament stats/podium
This commit is contained in:
@@ -78,8 +78,7 @@ const EmojiBar = ({
|
||||
{visibleReactions.map((reaction) => (
|
||||
<Button
|
||||
key={reaction.emoji}
|
||||
variant={hasReacted(reaction) ? "filled" : "light"}
|
||||
color="gray"
|
||||
variant={"light"}
|
||||
bd={hasReacted(reaction) ? "1px solid var(--mantine-primary-color-filled)" : undefined}
|
||||
size="compact-xs"
|
||||
radius="xl"
|
||||
@@ -109,8 +108,7 @@ const EmojiBar = ({
|
||||
|
||||
{hasGrouped && (
|
||||
<Button
|
||||
variant={userHasReactedToGrouped ? "filled" : "light"}
|
||||
color="gray"
|
||||
variant={"light"}
|
||||
bd={userHasReactedToGrouped ? "1px solid var(--mantine-primary-color-filled)" : undefined}
|
||||
size="compact-xs"
|
||||
radius="xl"
|
||||
|
||||
Reference in New Issue
Block a user