chore: hide reaveal password (#5138)

This commit is contained in:
Faisal Amir 2025-05-29 22:04:37 +07:00 committed by GitHub
parent a1111033d9
commit dc1071fff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,10 @@
a {
@apply !text-accent;
}
::-ms-reveal {
display: none;
}
}
@layer utilities {