🐛 (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 ?? ''}
|
||||
lang="css"
|
||||
onChange={onCustomCssChange}
|
||||
withVariableButton={false}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user