@likable-hair/svelte 4.0.24 → 4.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -771,6 +771,9 @@ function onclick(event, stopPropagation = false) {
|
|
|
771
771
|
--button-focus-background-color="rgb(var(--global-color-background-200, .5))"
|
|
772
772
|
--button-active-background-color="rgb(var(--global-color-background-200, .5))"
|
|
773
773
|
--button-hover-background-color="rgb(var(--global-color-background-200, .5))"
|
|
774
|
+
--button-focus-color="rgb(var(--global-color-contrast-900))"
|
|
775
|
+
--button-active-color="rgb(var(--global-color-contrast-900))"
|
|
776
|
+
--button-hover-color="rgb(var(--global-color-contrast-900))"
|
|
774
777
|
--button-hover-box-shadow="none"
|
|
775
778
|
--button-box-shadow="none"
|
|
776
779
|
--button-padding="12px 16px"
|
|
@@ -784,6 +787,9 @@ function onclick(event, stopPropagation = false) {
|
|
|
784
787
|
--button-focus-background-color="rgb(var(--global-color-background-200, .5))"
|
|
785
788
|
--button-active-background-color="rgb(var(--global-color-background-200, .5))"
|
|
786
789
|
--button-hover-background-color="rgb(var(--global-color-background-200, .5))"
|
|
790
|
+
--button-focus-color="rgb(var(--global-color-contrast-900))"
|
|
791
|
+
--button-active-color="rgb(var(--global-color-contrast-900))"
|
|
792
|
+
--button-hover-color="rgb(var(--global-color-contrast-900))"
|
|
787
793
|
--button-hover-box-shadow="none"
|
|
788
794
|
--button-box-shadow="none"
|
|
789
795
|
--button-padding="12px 16px"
|