fix: remove dark mode filters from login background image
This commit is contained in:
parent
a3c85b856c
commit
d1db1a304b
@ -93,7 +93,7 @@ function submit() {
|
||||
</form>
|
||||
<div class="bg-muted relative hidden md:block">
|
||||
<img src="https://images.pexels.com/photos/37080685/pexels-photo-37080685.jpeg" alt="Image"
|
||||
class="absolute inset-0 h-full w-full object-cover dark:brightness-[0.2] dark:grayscale">
|
||||
class="absolute inset-0 h-full w-full object-cover">
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user