tweak: only debug buttons with string children
This commit is contained in:
parent
797578ae73
commit
691768b691
|
@ -35,7 +35,7 @@
|
|||
size 40
|
||||
customization-color (if (= type :primary) :blue nil)}}
|
||||
children]
|
||||
(js/console.log "button - " children)
|
||||
(when (string? children) (js/console.log "button - " children))
|
||||
(let [[pressed-state? set-pressed-state] (rn/use-state false)
|
||||
theme (quo.theme/use-theme)
|
||||
{:keys [icon-color background-color label-color border-color blur-type
|
||||
|
|
Loading…
Reference in New Issue