Style: Cambiar color de email a gris claro en modo oscuro
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 54s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 54s
This commit is contained in:
@@ -396,7 +396,7 @@ const handleSubmit = async () => {
|
||||
}
|
||||
|
||||
.dark .user-email {
|
||||
color: var(--color-gray-900) !important;
|
||||
color: var(--color-gray-300) !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user