🐛 (theme) Remove variables button from Custom CSS editor
This commit is contained in:
@ -12,6 +12,7 @@ export const CustomCssSettings = ({ customCss, onCustomCssChange }: Props) => {
|
|||||||
value={customCss ?? ''}
|
value={customCss ?? ''}
|
||||||
lang="css"
|
lang="css"
|
||||||
onChange={onCustomCssChange}
|
onChange={onCustomCssChange}
|
||||||
|
withVariableButton={false}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user