llcc 3 лет назад
Родитель
Сommit
daff6dc19a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/frontend/components/editor.cljs

+ 2 - 2
src/main/frontend/components/editor.cljs

@@ -301,8 +301,8 @@
         sorted-commands (sort-by (comp :counts second) > @mobile-bar-commands-stats)]
     [:div#mobile-editor-toolbar.bg-base-2
      [:div.toolbar-commands
-      (mobile-bar-indent-outdent false "arrow-bar-left")
-      (mobile-bar-indent-outdent true "arrow-bar-right")
+      (mobile-bar-indent-outdent false "indent-decrease")
+      (mobile-bar-indent-outdent true "indent-increase")
       (mobile-bar-command (editor-handler/move-up-down true) "arrow-bar-to-up")
       (mobile-bar-command (editor-handler/move-up-down false) "arrow-bar-to-down")
       (mobile-bar-command #(if (state/sub :document/mode?)