diff --git a/assets/main.scss b/assets/main.scss index 8e73e53..4c78cfb 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -351,7 +351,7 @@ button { .color_picker, .list_picker { - @apply ml-4; + // @apply ml-4; } } diff --git a/components/calc/values.vue b/components/calc/values.vue index fda68c2..475bab2 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -3,7 +3,7 @@ import { getColorHexFromRal, getColorNameFromRal } from '@/components/ral' import type { ralTypes } from '@/components/ral' import { predefLamelleColors, predefPillarColors } from '~/composables/useCalc'; -import type { patternTypes } from '../pattern'; +import { getFilename, type patternTypes } from '../pattern'; import { Vector3 } from 'three'; const lamelle_height = use_lamelle_height() @@ -231,24 +231,28 @@ const calc_table = computed(() => {