1
0
Эх сурвалжийг харах

fix: add missing green color

Tienson Qin 4 жил өмнө
parent
commit
1d618cffd6

+ 1 - 2
src/main/frontend/components/repo.cljs

@@ -75,8 +75,7 @@
                                            "Sync with the local directory"
                                            "Clone again and re-index the db")
                                   :on-click (fn []
-                                              (repo-handler/re-index! nfs-handler/rebuild-index!)
-                                              )}
+                                              (repo-handler/re-index! nfs-handler/rebuild-index!))}
                  "Re-index"]
                 ;; [:a.control.ml-4 {:title "Export as JSON"
                 ;;                   :on-click (fn []

+ 1 - 0
tailwind.config.js

@@ -15,6 +15,7 @@ module.exports = {
       black: colors.black,
       white: colors.white,
       gray: colors.trueGray,
+      green: colors.green,
       indigo: {
         50: '#f0f9ff',
         100: '#e0f2fe',