mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 18:46:11 +02:00
✨ Increase default flash message timeout.
This commit is contained in:
parent
687f7ddf64
commit
cb23c8b093
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue