From f4b87ca1ac9c7eba9e878f5081ab863a429b97c2 Mon Sep 17 00:00:00 2001 From: TactfulBean Date: Thu, 30 Mar 2023 14:27:46 +0800 Subject: [PATCH] * --- app/components/settings.tsx | 2 +- app/styles/globals.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 43d14fc47..b096201c0 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -320,7 +320,7 @@ export function Settings(props: { closeSettings: () => void }) { > { accessStore.updateCode(e.currentTarget.value); diff --git a/app/styles/globals.scss b/app/styles/globals.scss index b4b25b5cd..f0c001012 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -174,6 +174,7 @@ input[type="range"]::-webkit-slider-thumb:hover { width: 24px; } +input[type="password"] input[type="number"], input[type="text"] { appearance: none;