feat: messing with the theme

This commit is contained in:
Maxime Beauchemin
2024-12-20 09:12:55 -08:00
parent 3e69ba1384
commit 336763f0c9
435 changed files with 11072 additions and 4081 deletions

View File

@@ -71,7 +71,7 @@ ${helperDescriptions
<div>
{props.label}
<InfoTooltipWithTrigger
iconsStyle={{ marginLeft: theme.gridUnit }}
iconsStyle={{ marginLeft: theme.sizeUnit }}
tooltip={<SafeMarkdown source={helpersTooltipContent} />}
/>
</div>

View File

@@ -48,7 +48,7 @@ const StyleControl = (props: CustomControlConfig<StyleCustomControlProps>) => {
<div>
{props.label}
<InfoTooltipWithTrigger
iconsStyle={{ marginLeft: theme.gridUnit }}
iconsStyle={{ marginLeft: theme.sizeUnit }}
tooltip={t('You need to configure HTML sanitization to use CSS')}
/>
</div>