omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Is there a way to change the button text color?

    Pythonista
    ui.button buttons
    2
    2
    757
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • eli_sherwood
      eli_sherwood last edited by

      Hello,
      I can not find any related posts about this or anything about this in the manual. How do you change the button text color?

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @eli_sherwood last edited by

        @eli_sherwood use tint_color

        button = ui.Button()
        button.tint_color = 'blue'
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors