update login bolt to upbolt
This commit is contained in:
parent
1a3fdda382
commit
c74b8d473c
@ -3,7 +3,7 @@ import Button from 'react-bootstrap/Button'
|
||||
import styles from './login.module.css'
|
||||
import GithubIcon from '../svgs/github-fill.svg'
|
||||
import TwitterIcon from '../svgs/twitter-fill.svg'
|
||||
import LightningIcon from '../svgs/lightning.svg'
|
||||
import LightningIcon from '../svgs/bolt.svg'
|
||||
import { Form, Input, SubmitButton } from '../components/form'
|
||||
import * as Yup from 'yup'
|
||||
import { useEffect, useState } from 'react'
|
||||
@ -53,6 +53,8 @@ export default function Login ({ providers, callbackUrl, error, Header }) {
|
||||
})}
|
||||
>
|
||||
<LightningIcon
|
||||
width={20}
|
||||
height={20}
|
||||
className='mr-3'
|
||||
/>Login with Lightning
|
||||
</Button>
|
||||
|
@ -100,6 +100,10 @@ body {
|
||||
background-color: var(--theme-clickToContextColor);
|
||||
}
|
||||
|
||||
.btn-primary svg {
|
||||
fill: #212529;
|
||||
}
|
||||
|
||||
.fresh {
|
||||
background-color: var(--theme-clickToContextColor);
|
||||
border-radius: .4rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user