aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/SearchToolbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/SearchToolbar.tsx')
-rw-r--r--subprojects/frontend/src/editor/SearchToolbar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/SearchToolbar.tsx b/subprojects/frontend/src/editor/SearchToolbar.tsx
index a5925328..45f1336d 100644
--- a/subprojects/frontend/src/editor/SearchToolbar.tsx
+++ b/subprojects/frontend/src/editor/SearchToolbar.tsx
@@ -181,7 +181,7 @@ function SearchToolbar({ store }: { store: SearchPanelStore }): JSX.Element {
181 aria-label="Show replace options" 181 aria-label="Show replace options"
182 aria-controls={replaceId} 182 aria-controls={replaceId}
183 size="small" 183 size="small"
184 sx={{ borderRadius: '100%' }} 184 className="iconOnly"
185 > 185 >
186 <FindReplaceIcon fontSize="small" /> 186 <FindReplaceIcon fontSize="small" />
187 </ToggleButton> 187 </ToggleButton>