diff --git a/site/src/components/antdv-token-previewer/ColorPanel.tsx b/site/src/components/antdv-token-previewer/ColorPanel.tsx index bedf45a0f..67940fa2f 100644 --- a/site/src/components/antdv-token-previewer/ColorPanel.tsx +++ b/site/src/components/antdv-token-previewer/ColorPanel.tsx @@ -1,5 +1,5 @@ import type { InputProps } from 'ant-design-vue'; -import { Input, InputNumber, Select, theme } from 'ant-design-vue'; +import { ConfigProvider, Input, InputNumber, Select, theme } from 'ant-design-vue'; import classNames from 'ant-design-vue/es/_util/classNames'; import type { PropType } from 'vue'; import { defineComponent, watchEffect, watch, computed, toRefs, ref } from 'vue'; @@ -175,32 +175,32 @@ const RgbColorInput = defineComponent({ return () => { return (
{text}