Aligned nora password meter bar

This commit is contained in:
Cagatay Civici 2024-05-25 12:35:41 +03:00
parent 10c20d620f
commit 5efd5bd357
4 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,7 @@ const theme = ({ dt }) => `
.p-password-meter {
height: ${dt('password.meter.height')};
background: ${dt('password.meter.border.color')};
background: ${dt('password.meter.background')};
border-radius: ${dt('password.meter.border.radius')};
}