diff --git a/components/input/theme.css b/components/input/theme.css index 2a1c7596..700abbaf 100644 --- a/components/input/theme.css +++ b/components/input/theme.css @@ -162,7 +162,7 @@ } .disabled > .inputElement { - border-bottom-style: dotted; + border-bottom-style: dashed; color: var(--input-text-disabled-text-color); }