Change "large" IconButtons to default size
This commit is contained in:
@@ -109,11 +109,7 @@ export function Sources() {
|
||||
setAction(
|
||||
<>
|
||||
<CustomTooltip title={t('search.title.global_search')}>
|
||||
<IconButton
|
||||
onClick={() => navigate(AppRoutes.sources.childRoutes.searchAll.path)}
|
||||
size="large"
|
||||
color="inherit"
|
||||
>
|
||||
<IconButton onClick={() => navigate(AppRoutes.sources.childRoutes.searchAll.path)} color="inherit">
|
||||
<TravelExploreIcon />
|
||||
</IconButton>
|
||||
</CustomTooltip>
|
||||
|
||||
Reference in New Issue
Block a user