aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/input/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/input/index.tsx')
-rw-r--r--src/components/ui/input/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/input/index.tsx b/src/components/ui/input/index.tsx
index 0b16fe688..c46cafc5c 100644
--- a/src/components/ui/input/index.tsx
+++ b/src/components/ui/input/index.tsx
@@ -178,7 +178,7 @@ class InputComponent extends Component<IProps, IState> {
178 } 178 }
179 tabIndex={-1} 179 tabIndex={-1}
180 > 180 >
181 <Icon path={!showPassword ? mdiEye : mdiEyeOff} size={1} /> 181 <Icon path={!showPassword ? mdiEye : mdiEyeOff} />
182 </button> 182 </button>
183 )} 183 )}
184 </div> 184 </div>