Skip to content

Commit 143ec2d

Browse files
authored
Small style fix (supabase#38126)
1 parent 29ee6a2 commit 143ec2d

File tree

1 file changed

+6
-1
lines changed
  • apps/studio/components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor

1 file changed

+6
-1
lines changed

apps/studio/components/interfaces/TableGridEditor/SidePanelEditor/ColumnEditor/ColumnType.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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_>

0 commit comments

Comments
 (0)