Преглед на файлове

fix(ui): polish icon size of the mobile footbar #7769

charlie преди 2 години
родител
ревизия
b392af2dfc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/frontend/mobile/footer.cljs

+ 1 - 1
src/main/frontend/mobile/footer.cljs

@@ -17,7 +17,7 @@
                      (command-handler))}
    (if (= icon "player-stop")
      svg/circle-stop
-     (ui/icon icon {:size ui/icon-size}))])
+     (ui/icon icon {:size 24}))])
 
 (defn seconds->minutes:seconds
   [seconds]