Skip to content

Commit

Permalink
fix: package laeyer
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Nov 16, 2023
1 parent b826e29 commit ee1407f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.

4 changes: 2 additions & 2 deletions packages/roomkit-react/src/Theme/stitches.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type * as Stitches from '@stitches/react';
import { createStitches } from '@stitches/react';
import { randomUUID } from 'crypto';
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-${randomUUID()}`,
prefix: `hms-ui-${uuidv4()}`,
theme: {
...baseConfig.theme,
colors: {
Expand Down

0 comments on commit ee1407f

Please sign in to comment.