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 cf3808e commit 381dcc3Copy full SHA for 381dcc3
packages/editor/src/Sx/ThemeColorPicker.tsx
@@ -22,8 +22,7 @@ export const ThemeColorPicker = ({
22
// todo: look into supporting v0.2 functionality
23
// const { colors } = theme || context.theme || {}
24
const _theme = theme || context.theme || {}
25
- // FIXME: Where to add rawColors type?
26
- const colors = _theme.rawColors || _theme.colors || {}
+ const colors = _theme.colors || {}
27
const value = colors[props.value] || props.value
28
const options = [
29
'transparent',
0 commit comments