mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 19:11:20 -05:00
✨ Show close icon on messages by default.
This commit is contained in:
parent
e607e8315c
commit
8566fe4ac1
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@
|
|||
:position (or (:position message) :fixed)
|
||||
:controls (if (some? (:controls message))
|
||||
(:controls message)
|
||||
(if (some? (:timeout message))
|
||||
:none
|
||||
:close))
|
||||
:close)
|
||||
:on-close on-close)])))
|
||||
|
||||
(mf/defc inline-banner
|
||||
|
|
Loading…
Add table
Reference in a new issue