From bd144e40af14a6cb8206b67412d0658257b0c049 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 4 Apr 2019 15:29:03 +0300 Subject: Modal window styling --- vnext/src/components/LoginButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vnext/src/components/LoginButton.js') diff --git a/vnext/src/components/LoginButton.js b/vnext/src/components/LoginButton.js index 02a1db35..c25b0e81 100644 --- a/vnext/src/components/LoginButton.js +++ b/vnext/src/components/LoginButton.js @@ -2,6 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import Icon from './Icon'; import Modal from './Modal'; +import Button from './Button'; import { me, facebookLink, vkLink } from '../api'; @@ -75,7 +76,7 @@ export default class LoginButton extends React.Component { type="password" name="password" placeholder="Password..." value={this.state.password} onChange={this.passwordChanged} />
- + -- cgit v1.2.3