From 31835d2b7cfa81c2146a9561f63e88f834738f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Thu, 9 Aug 2018 10:04:12 -0300 Subject: [PATCH] Adding Button Underlined --- src/core/client/stream/components/Auth.css | 3 + src/core/client/stream/components/Auth.tsx | 15 +++- .../client/ui/components/Button/Button.css | 70 +++++++++++++++++++ .../client/ui/components/Button/Button.tsx | 3 +- 4 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 src/core/client/stream/components/Auth.css 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 | -