Merged in fix/phone-icon (pull request #3465)

fix/SW-3695-icons

* fix/SW-3695-icons
This commit is contained in:
Linus Flood
2026-01-21 10:26:42 +00:00
parent 8e08af718c
commit 1ad648639c
9 changed files with 8 additions and 21 deletions

View File

@@ -611,7 +611,7 @@ function InputShowcase() {
<FormInput
name="clearLeftRight"
label="Clear with Left Icon"
leftIcon={<MaterialIcon icon="phone_enabled" />}
leftIcon={<MaterialIcon icon="call" />}
showClearContentIcon
/>
<FormInput