fix: improve dark mode UI consistency in signin page (#23684)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
background: center/contain url('./assets/github.svg') no-repeat;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .githubIcon {
|
||||
background: center/contain url('./assets/github-dark.svg') no-repeat;
|
||||
}
|
||||
|
||||
.googleIcon {
|
||||
background: center/contain url('./assets/google.svg') no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user