diff options
Diffstat (limited to 'web/src/app/components/sign-in.jsx')
| -rw-r--r-- | web/src/app/components/sign-in.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/app/components/sign-in.jsx b/web/src/app/components/sign-in.jsx index bb891c7..3d7142f 100644 --- a/web/src/app/components/sign-in.jsx +++ b/web/src/app/components/sign-in.jsx @@ -8,7 +8,7 @@ export default function SignIn() { await signIn("discord") }} > - <button type="submit">Login with Discord</button> + <button type="submit" className="bg-discord-blurple p-3 rounded-md hover:bg-discord-blurple">Login with Discord</button> </form> ) } |
