fix(search): Remove unused bar class & swap clear icon for clear text in search bar

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-03-16 22:54:21 -05:00
committed by Carlos Lopez
parent b9db68aba2
commit cba74e9f9d
2 changed files with 4 additions and 7 deletions
@@ -44,9 +44,6 @@ import { ToolSearchResultListItem } from '@backstage/plugin-explore';
import BuildIcon from '@material-ui/icons/Build';
const useStyles = makeStyles((theme: Theme) => ({
bar: {
padding: theme.spacing(1),
},
filter: {
'& + &': {
marginTop: theme.spacing(2.5),