Increase default flash message timeout.

This commit is contained in:
Andrey Antukh 2021-02-03 23:49:27 +01:00 committed by Hirunatan
parent 687f7ddf64
commit cb23c8b093

View file

@ -22,7 +22,7 @@
(declare show) (declare show)
(def default-animation-timeout 600) (def default-animation-timeout 600)
(def default-timeout 2000) (def default-timeout 5000)
(s/def ::type #{:success :error :info :warning}) (s/def ::type #{:success :error :info :warning})
(s/def ::position #{:fixed :floating :inline}) (s/def ::position #{:fixed :floating :inline})