diff --git a/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte b/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte
index ba707c6aa0..1434e8f0b6 100644
--- a/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte
+++ b/frontend/src/lib/components/apps/editor/componentsPanel/CssSettings.svelte
@@ -117,13 +117,13 @@
{id}
{#if $app?.css?.[type]?.[id]}
-
style
+
Style
(isCustom[type] = true)}
bind:value={$app.css[type][id].style}
/>
-
class
+
Tailwind classes
(isCustom[type] = true)}
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/ComponentPanel.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/ComponentPanel.svelte
index 1a692a3d8f..0cab994d7c 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/ComponentPanel.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/ComponentPanel.svelte
@@ -173,9 +173,9 @@
{#each Object.entries(component.customCss ?? {}) as [key, value]}
{/each}