'ColorPicker using scss not showing properly

How it appears Color picker borders and colors not shown

Expected: How it should appear

<ColorPicker
        v-if="userTypes.admin === userDetails.roleId && isColorPickerOpen"
        class="color__picker"
        theme="light"
        :color="color"
        :sucker-hide="false"
        @changeColor="handleCategoryColorChange"
    />

I have moved the server recently and in old server it was working fine.

import { ColorPicker } from 'vue-color-kit';
import 'vue-color-kit/dist/vue-color-kit.css';

Node, VueJS



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source