diff --git a/src/components/text/TextConfig.svelte b/src/components/text/TextConfig.svelte index 69a98a7..e7a0063 100644 --- a/src/components/text/TextConfig.svelte +++ b/src/components/text/TextConfig.svelte @@ -6,27 +6,28 @@ import ColorPicker from "$components/ui/ColorPicker.svelte"; import RangeSlider from "$components/ui/RangeSlider.svelte"; import SelectFont from "$components/ui/SelectFont.svelte"; + import { textConfigState } from "$states/textConfig.svelte"; - + - + - + - + - + - + diff --git a/src/components/ui/Alignment.svelte b/src/components/ui/Alignment.svelte index 7338a4c..5a76402 100644 --- a/src/components/ui/Alignment.svelte +++ b/src/components/ui/Alignment.svelte @@ -1,16 +1,23 @@ - - - diff --git a/src/components/ui/ColorPicker.svelte b/src/components/ui/ColorPicker.svelte index b3fdb78..2b773fc 100644 --- a/src/components/ui/ColorPicker.svelte +++ b/src/components/ui/ColorPicker.svelte @@ -1,5 +1,15 @@ - -#ffffff + + + +{value}