Changed styled to be more subdued, added bear image and icons

This commit is contained in:
Mitchell McCaffrey
2020-03-20 20:29:35 +11:00
parent d1b1780763
commit 980462b109
14 changed files with 90 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ function AddPartyMemberButton({ streamId }) {
</Flex>
<Modal isOpen={isAddModalOpen} onRequestClose={closeModal}>
<Box>
<Label p={2}>Other people can join using your ID ()*:</Label>
<Label p={2}>Other people can join using your ID ʕʔ</Label>
<Box p={2} bg="hsla(230, 20%, 0%, 20%)">
<Text>{streamId}</Text>
</Box>