aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/SearchToolbar.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-19 15:42:58 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-19 21:38:23 +0200
commit6c32ec1af90cf7df179a688617a828eddcff8052 (patch)
treeb724173cd6ef1b622f6ae86054769ecf9fca4b81 /subprojects/frontend/src/editor/SearchToolbar.tsx
parentfeat(frontend): responsive editor styling (diff)
downloadrefinery-6c32ec1af90cf7df179a688617a828eddcff8052.tar.gz
refinery-6c32ec1af90cf7df179a688617a828eddcff8052.tar.zst
refinery-6c32ec1af90cf7df179a688617a828eddcff8052.zip
refactor(frontend): update theme
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>