Skip to content

Commit

Permalink
fix: package version
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Nov 16, 2023
1 parent 1cf50a9 commit b42cb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/roomkit-react/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/roomkit-react/src/Theme/stitches.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import type * as Stitches from '@stitches/react';
import { createStitches } from '@stitches/react';
import merge from 'lodash.merge';
import { v4 as uuidv4 } from 'uuid';
import { baseConfig, defaultMedia, defaultThemeMap, defaultUtils } from './base.config';

const HmsStitches = createStitches({
prefix: 'hms-ui',
prefix: `hms-ui-${uuidv4()}`,
theme: {
...baseConfig.theme,
colors: {
Expand Down

0 comments on commit b42cb8b

Please sign in to comment.