File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
apps/studio/components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,12 @@ const ColumnType = ({
187187 < PopoverContent_Shadcn_ className = "w-[460px] p-0" side = "bottom" align = "center" >
188188 < ScrollArea className = "h-[335px]" >
189189 < Command_Shadcn_ >
190- < CommandInput_Shadcn_ placeholder = "Search types..." />
190+ < CommandInput_Shadcn_
191+ placeholder = "Search types..."
192+ // [Joshen] Addresses style issues when this component is being used in the old Form component
193+ // Specifically in WrapperDynamicColumns - can be cleaned up once we're no longer using that
194+ className = "!bg-transparent focus:!shadow-none focus:!ring-0"
195+ />
191196 < CommandEmpty_Shadcn_ > Type not found.</ CommandEmpty_Shadcn_ >
192197
193198 < CommandList_Shadcn_ >
You can’t perform that action at this time.
0 commit comments