diff --git a/assets/main.scss b/assets/main.scss index dfbd046..40c4e4a 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -149,7 +149,7 @@ button { .color_picker { @apply leading-none; &-selected { - @apply size-10 rounded border-gray-300 inline-block leading-none; + @apply size-10 rounded border-gray-300 shadow inline-block leading-none; } &-changer { @apply absolute w-80 z-10 bg-white flex gap-0; diff --git a/components/calcValues.vue b/components/calcValues.vue index 7661c27..74bf27f 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -81,7 +81,7 @@ watch(form_state, changeParametres, { deep: true })