diff --git a/theme-base/components/input/_password.scss b/theme-base/components/input/_password.scss index ed9cc13..94b7b70 100644 --- a/theme-base/components/input/_password.scss +++ b/theme-base/components/input/_password.scss @@ -60,3 +60,7 @@ } } } + +.p-input-icon-right svg { + cursor: pointer; +}