aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-21 15:13:10 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-21 15:13:10 +0200
commit4254f328f9e85fcb838815bbee1ccedbcb41daf4 (patch)
treea80fd48b956f7ad0ecf1e5ccb7b5cbc044ace6ea /components
parentdadc722875b2095bd3d6c4ab628a644197b85f7b (diff)
dark mode notifications + /api/social/list endpoints working
Diffstat (limited to 'components')
-rw-r--r--components/notificationsArea.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/notificationsArea.tsx b/components/notificationsArea.tsx
index 8ee554a..d000669 100644
--- a/components/notificationsArea.tsx
+++ b/components/notificationsArea.tsx
@@ -35,7 +35,7 @@ export function NotificationsArea(props: {
setPreviousMessages(messages);
});
- return props.visible && <Bubble className='notificationsArea bg-700 pad-l'>
+ return props.visible && <Bubble className='notificationsArea bg-800 pad-l'>
<h2 className='title'>Meldingen</h2>
<div className='inner round-t'>
{props.gameInvites?.map(game => <GameInvite hide={props.rerender} game={game} />)}
@@ -55,7 +55,7 @@ function Acceptable(props: {
onAccept?: () => void;
onDeny?: () => void;
}) {
- return <Vierkant className='acceptable bg-800 round-t pad-m fullwidth'>
+ return <Vierkant className='acceptable bg-700 round-t pad-m fullwidth'>
<div className='posrel'>
{props.children}
<div className='sidebyside buttons'>