This commit is contained in:
TactfulBean 2023-03-30 14:27:46 +08:00
parent 8d6d6bbf5d
commit f4b87ca1ac
2 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,7 @@ export function Settings(props: { closeSettings: () => void }) {
> >
<input <input
value={accessStore.accessCode} value={accessStore.accessCode}
type="text" type="password"
placeholder={Locale.Settings.AccessCode.Placeholder} placeholder={Locale.Settings.AccessCode.Placeholder}
onChange={(e) => { onChange={(e) => {
accessStore.updateCode(e.currentTarget.value); accessStore.updateCode(e.currentTarget.value);

View File

@ -174,6 +174,7 @@ input[type="range"]::-webkit-slider-thumb:hover {
width: 24px; width: 24px;
} }
input[type="password"]
input[type="number"], input[type="number"],
input[type="text"] { input[type="text"] {
appearance: none; appearance: none;