fix: add missing green color

pull/1406/head
Tienson Qin 2021-03-02 11:57:23 +08:00
parent 7769e8b65e
commit 1d618cffd6
2 changed files with 2 additions and 2 deletions

View File

@ -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 []

View File

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