diff --git a/apps/builder/src/components/icons.tsx b/apps/builder/src/components/icons.tsx index 8e76789e6..908dcf2d8 100644 --- a/apps/builder/src/components/icons.tsx +++ b/apps/builder/src/components/icons.tsx @@ -10,7 +10,7 @@ export const featherIconsBaseProps: IconProps = { }; export const svgBaseClassName = - "stroke-[currentColor] size-4 stroke-2 fill-none"; + "stroke-[currentColor] size-4 stroke-2 fill-none flex-shrink-0"; // 99% of these icons are from Feather icons (https://feathericons.com/) diff --git a/apps/builder/src/features/blocks/inputs/textInput/components/TextInputNodeContent.tsx b/apps/builder/src/features/blocks/inputs/textInput/components/TextInputNodeContent.tsx index 3ff9f1e90..5bb5b8cfa 100644 --- a/apps/builder/src/features/blocks/inputs/textInput/components/TextInputNodeContent.tsx +++ b/apps/builder/src/features/blocks/inputs/textInput/components/TextInputNodeContent.tsx @@ -20,7 +20,11 @@ export const TextInputNodeContent = ({ options }: Props) => { options?.audioClip.saveVariableId; return ( - + {options?.labels?.placeholder ?? defaultTextInputOptions.labels.placeholder}