Skip to content

Commit ac7af17

Browse files
committed
Update buildBlazingUtils.mjs
1 parent 2b87dd2 commit ac7af17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/buildBlazingUtils.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const buildTemplateString = async () => {
129129
**/
130130
const stdin = {
131131
contents: `
132-
import {studioTheme as defaultStudioTheme} from './node_modules/@sanity/ui/src/theme/studioTheme/theme.ts'
132+
import {studioTheme} from './node_modules/@sanity/ui/src/theme/studioTheme/theme.ts'
133133
import {themeFromHues} from 'utils/themeFromHues'
134134
import {
135135
multiply as _multiply,
@@ -156,9 +156,9 @@ const buildTemplateString = async () => {
156156
return hex
157157
}
158158
159-
export const studioTheme = themeFromHues({
159+
export const theme = themeFromHues({
160160
hues: process.env.__HUES__,
161-
studioTheme: defaultStudioTheme,
161+
studioTheme,
162162
multiply,
163163
screen,
164164
rgba,

0 commit comments

Comments
 (0)