fix(usermenu): 🐛 hide keyhint for create account button

This commit is contained in:
alistair3149 2024-10-07 00:03:26 -04:00
parent 01365d90ec
commit 5f328c0743
No known key found for this signature in database

View file

@ -27,6 +27,10 @@
border: var( --border-width-base ) solid var( --border-color-base ); border: var( --border-width-base ) solid var( --border-color-base );
border-radius: var( --border-radius-medium ); border-radius: var( --border-radius-medium );
} }
.citizen-keyboard-hint-key {
display: none;
}
} }
#pt-login { #pt-login {