2
0

🐛 (theme) Remove variables button from Custom CSS editor

This commit is contained in:
Baptiste Arnaud
2024-06-18 12:39:03 +02:00
parent 76fcf7ee93
commit 36c984643a

View File

@ -12,6 +12,7 @@ export const CustomCssSettings = ({ customCss, onCustomCssChange }: Props) => {
value={customCss ?? ''}
lang="css"
onChange={onCustomCssChange}
withVariableButton={false}
/>
)
}