Skip to content

Commit

Permalink
fix: css build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Oct 18, 2023
1 parent 701edba commit 7446969
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/next-auth/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
color: var(--provider-dark-color, var(--color-primary));
background-color: var(--provider-dark-bg, var(--color-background));
&:hover {
background-color: var(
--provider-dark-bg-hover,
var(--color-background-hover)
) !important;
background-color: var(--provider-dark-bg-hover, var(--color-background-hover)) !important;
}
}
#provider-logo {
Expand Down

1 comment on commit 7446969

@vercel
Copy link

@vercel vercel bot commented on 7446969 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.