Kaynağa Gözat

feat: re-order zoom buttons (#3837)

* feat: re-order zoom buttons

* undo last commit & change zoomOut/zoomIn order
vanilla_orig
David Luzar 4 yıl önce
ebeveyn
işleme
b2c4552416
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/components/Actions.tsx

+ 1
- 1
src/components/Actions.tsx Dosyayı Görüntüle

204
 }) => (
204
 }) => (
205
   <Stack.Col gap={1}>
205
   <Stack.Col gap={1}>
206
     <Stack.Row gap={1} align="center">
206
     <Stack.Row gap={1} align="center">
207
-      {renderAction("zoomIn")}
208
       {renderAction("zoomOut")}
207
       {renderAction("zoomOut")}
208
+      {renderAction("zoomIn")}
209
       {renderAction("resetZoom")}
209
       {renderAction("resetZoom")}
210
     </Stack.Row>
210
     </Stack.Row>
211
   </Stack.Col>
211
   </Stack.Col>

Loading…
İptal
Kaydet