aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorButtons.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/EditorButtons.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/EditorButtons.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorButtons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorButtons.tsx b/subprojects/frontend/src/editor/EditorButtons.tsx
index bed6afa8..735531e8 100644
--- a/subprojects/frontend/src/editor/EditorButtons.tsx
+++ b/subprojects/frontend/src/editor/EditorButtons.tsx
@@ -53,7 +53,7 @@ function EditorButtons(): JSX.Element {
53 > 53 >
54 <RedoIcon fontSize="small" /> 54 <RedoIcon fontSize="small" />
55 </IconButton> 55 </IconButton>
56 <ToggleButtonGroup size="small" sx={{ mx: 1 }}> 56 <ToggleButtonGroup size="small" className="rounded" sx={{ mx: 1 }}>
57 <ToggleButton 57 <ToggleButton
58 selected={editorStore.showLineNumbers} 58 selected={editorStore.showLineNumbers}
59 onClick={() => editorStore.toggleLineNumbers()} 59 onClick={() => editorStore.toggleLineNumbers()}