File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ const buildTemplateString = async () => {
129
129
**/
130
130
const stdin = {
131
131
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'
133
133
import {themeFromHues} from 'utils/themeFromHues'
134
134
import {
135
135
multiply as _multiply,
@@ -156,9 +156,9 @@ const buildTemplateString = async () => {
156
156
return hex
157
157
}
158
158
159
- export const studioTheme = themeFromHues({
159
+ export const theme = themeFromHues({
160
160
hues: process.env.__HUES__,
161
- studioTheme: defaultStudioTheme ,
161
+ studioTheme,
162
162
multiply,
163
163
screen,
164
164
rgba,
You can’t perform that action at this time.
0 commit comments