diff --git a/src/pages/trading-specification/components/_trading_spec_table.tsx b/src/pages/trading-specification/components/_trading_spec_table.tsx index 3bd0b0c9712..995825abfde 100644 --- a/src/pages/trading-specification/components/_trading_spec_table.tsx +++ b/src/pages/trading-specification/components/_trading_spec_table.tsx @@ -88,6 +88,7 @@ const StyledChevron = styled.img` const SearchInput = styled.input` width: 100%; color: var(--color-black); + font-size: 14px; background-color: var(--color-white); border: none; outline: none;