We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba661 commit 79b11dbCopy full SHA for 79b11db
playground/src/components/ThemeCustomize.tsx
@@ -1,6 +1,6 @@
1
'use client';
2
3
-import { builtinColorMap, builtinRadiuses } from '@soybean-react-ui/tailwind-plugin';
+import { builtinColorMap, builtinRadiuses } from '@skyroc/tailwind-plugin';
4
import { useState } from 'react';
5
import type { ThemeSize } from 'soybean-react-ui';
6
import { Button, Icon, Label, cn } from 'soybean-react-ui';
0 commit comments