diff --git a/src/core/client/stream/components/Auth.css b/src/core/client/stream/components/Auth.css new file mode 100644 index 000000000..aa42b9550 --- /dev/null +++ b/src/core/client/stream/components/Auth.css @@ -0,0 +1,3 @@ +.root { + padding: var(--spacing-unit) 0; +} diff --git a/src/core/client/stream/components/Auth.tsx b/src/core/client/stream/components/Auth.tsx index c922ef7ae..168b30d8d 100644 --- a/src/core/client/stream/components/Auth.tsx +++ b/src/core/client/stream/components/Auth.tsx @@ -1,5 +1,6 @@ import * as React from "react"; import { StatelessComponent } from "react"; +import * as styles from "./Auth.css"; import { Button, Flex, Popup, Typography } from "talk-ui/components"; @@ -24,12 +25,20 @@ const Auth: StatelessComponent = props => { onBlur={() => props.setFocus(false)} onClose={props.closePopup} /> - - Join the conversation | -