mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 01:31:40 +02:00
✨ Fix comments font-size and gaps
This commit is contained in:
parent
7d074678bf
commit
c2b6e8610b
2 changed files with 18 additions and 17 deletions
|
@ -124,7 +124,7 @@
|
|||
(not (empty? @content)))
|
||||
[:div.buttons
|
||||
[:input.btn-primary {:type "button" :value "Post" :on-click on-submit}]
|
||||
[:input.btn-warning {:type "button" :value "Cancel" :on-click on-cancel}]])]))
|
||||
[:input.btn-secondary {:type "button" :value "Cancel" :on-click on-cancel}]])]))
|
||||
|
||||
(mf/defc draft-thread
|
||||
[{:keys [draft zoom] :as props}]
|
||||
|
@ -191,7 +191,7 @@
|
|||
:on-change on-change}]
|
||||
[:div.buttons
|
||||
[:input.btn-primary {:type "button" :value "Post" :on-click on-submit*}]
|
||||
[:input.btn-warning {:type "button" :value "Cancel" :on-click on-cancel}]]]))
|
||||
[:input.btn-secondary {:type "button" :value "Cancel" :on-click on-cancel}]]]))
|
||||
|
||||
|
||||
(mf/defc comment-item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue