mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
tweak: only debug buttons with string children
This commit is contained in:
parent
797578ae73
commit
691768b691
@ -35,7 +35,7 @@
|
|||||||
size 40
|
size 40
|
||||||
customization-color (if (= type :primary) :blue nil)}}
|
customization-color (if (= type :primary) :blue nil)}}
|
||||||
children]
|
children]
|
||||||
(js/console.log "button - " children)
|
(when (string? children) (js/console.log "button - " children))
|
||||||
(let [[pressed-state? set-pressed-state] (rn/use-state false)
|
(let [[pressed-state? set-pressed-state] (rn/use-state false)
|
||||||
theme (quo.theme/use-theme)
|
theme (quo.theme/use-theme)
|
||||||
{:keys [icon-color background-color label-color border-color blur-type
|
{:keys [icon-color background-color label-color border-color blur-type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user