- adding icons to buttons

- styling modals for dark mode
This commit is contained in:
Amruth Pillai
2020-07-03 19:37:23 +05:30
parent 3a1d42025f
commit 24fed8ff3f
9 changed files with 24 additions and 11 deletions

View File

@ -21,8 +21,8 @@ const AuthModal = () => {
const loggedInAction = (
<Fragment>
<Button className="mr-6" title="Go to App" onClick={handleGoToApp} />
<Button title="Logout" onClick={logout} />
<Button className="mr-6" title="Logout" onClick={logout} />
<Button title="Go to App" onClick={handleGoToApp} />
</Fragment>
);