diff --git a/app/src/interfaces/select-color/select-color.vue b/app/src/interfaces/select-color/select-color.vue index 7b6323a101..b0f19752cb 100644 --- a/app/src/interfaces/select-color/select-color.vue +++ b/app/src/interfaces/select-color/select-color.vue @@ -40,23 +40,23 @@ class="color-data-inputs" :style="{ 'grid-template-columns': opacity - ? width === 'half' + ? width.startsWith('half') ? 'repeat(4, 1fr)' : 'repeat(6, 1fr)' - : width === 'half' + : width.startsWith('half') ? 'repeat(3, 1fr)' : 'repeat(5, 1fr)', }" - :class="{ stacked: width === 'half' }" + :class="{ stacked: width.startsWith('half') }" >