tweak: use debug labels for buttons

This commit is contained in:
Sean Hagstrom 2024-03-27 13:16:20 +00:00
parent c474356410
commit 421d928caf
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320

View File

@ -130,9 +130,9 @@
:accessibility-label :send-contact-request
:customization-color customization-color
:on-press on-message-submit}
:button-one-label (i18n/label :t/send-contact-request)
:button-one-label "Test Button One"
:button-two-props {:accessibility-label :test-button
:customization-color :danger
:on-press (bind on-press-test)}
:button-two-label "test"}]]))
:button-two-label "Test Button Two"}]]))