diff --git a/desktop/flipper-plugin/src/ui/data-table/DataTableWithPowerSearch.tsx b/desktop/flipper-plugin/src/ui/data-table/DataTableWithPowerSearch.tsx index c2507a499..43d961fd8 100644 --- a/desktop/flipper-plugin/src/ui/data-table/DataTableWithPowerSearch.tsx +++ b/desktop/flipper-plugin/src/ui/data-table/DataTableWithPowerSearch.tsx @@ -151,16 +151,6 @@ export interface TableRowRenderContext { const Searchbar = styled(Layout.Horizontal)({ backgroundColor: theme.backgroundWash, padding: theme.space.small, - '.ant-input-affix-wrapper': { - height: 32, - }, - '.ant-btn': { - padding: `${theme.space.tiny}px ${theme.space.small}px`, - background: 'transparent', - }, - '> .ant-select': { - flex: 1, - }, }); export type DataTableProps = DataTableInput & DataTableBaseProps;