From 0c817d32a81f078a3771c97198f05f17df1aa083 Mon Sep 17 00:00:00 2001 From: kafann <75225303+kafann@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:30:51 -0400 Subject: [PATCH] Styled confirm button and fixed negative bounty bug --- .../react-app/src/components/modals/player-list-modal.tsx | 8 +++++--- packages/react-app/src/components/quest.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/react-app/src/components/modals/player-list-modal.tsx b/packages/react-app/src/components/modals/player-list-modal.tsx index 45678100..1bc8ee75 100644 --- a/packages/react-app/src/components/modals/player-list-modal.tsx +++ b/packages/react-app/src/components/modals/player-list-modal.tsx @@ -1,5 +1,5 @@ /* eslint-disable no-nested-ternary */ -import { Button, IconPlus, IconCross, IconGroup } from '@1hive/1hive-ui'; +import { Button, IconPlus, IconCross, IconGroup, IconCheck } from '@1hive/1hive-ui'; import { noop, uniqueId } from 'lodash-es'; import { useMemo, useState } from 'react'; @@ -47,6 +47,8 @@ const PlayerWrapperStyled = styled.div` const AddWrapperStyled = styled.div` display: flex; + justify-content: space-between; + padding-top: ${GUpx(1)}; `; // #endregion @@ -164,9 +166,9 @@ export default function PlayerListModal({