diff --git a/src/NumberInput/NumberInput.svelte b/src/NumberInput/NumberInput.svelte index 34b51761..fd65e743 100644 --- a/src/NumberInput/NumberInput.svelte +++ b/src/NumberInput/NumberInput.svelte @@ -101,8 +101,8 @@ export let ref = null; import { createEventDispatcher, afterUpdate } from "svelte"; - import CaretDownGlyph from "carbon-icons-svelte/lib/CaretDownGlyph/CaretDownGlyph.svelte"; - import CaretUpGlyph from "carbon-icons-svelte/lib/CaretUpGlyph/CaretUpGlyph.svelte"; + import Add16 from "carbon-icons-svelte/lib/Add16/Add16.svelte"; + import Subtract16 from "carbon-icons-svelte/lib/Subtract16/Subtract16.svelte"; import WarningFilled16 from "carbon-icons-svelte/lib/WarningFilled16/WarningFilled16.svelte"; import WarningAltFilled16 from "carbon-icons-svelte/lib/WarningAltFilled16/WarningAltFilled16.svelte"; @@ -187,7 +187,7 @@ }}" disabled="{disabled}" > - + - + {:else} @@ -271,23 +271,7 @@
- +
+ +
{/if}