simpleclub / math_keyboard

Math expression editing using an on-screen software keyboard or physical keyboard input in a typeset input field in Flutter.
https://simpleclub.github.io/math_keyboard
BSD 3-Clause "New" or "Revised" License
134 stars 50 forks source link

Change keyboard primary button color #41

Open sergiyvergun opened 1 year ago

sergiyvergun commented 1 year ago

How to change this button color?

image
github-actions[bot] commented 1 year ago

Hi 👋🏽 Thank you for opening your first issue with simpleclub/math_keyboard ❤

You can expect triage from us soon 🙂 In the meantime, you can try to search for similar issues in our issue database.

jbenjoy2 commented 1 year ago

is there any update on this? I've been going through all of the source code and can't figure out a way to change the colors on this keyboard. Any advice, @edhom?

jbenjoy2 commented 4 months ago

i have a similar question- how do we change this color? I see no way to do it and yet the color in your readme pics is different than this green color

jbenjoy2 commented 4 months ago

@sergiyvergun i figured it out in a hacky work-around sort of way. It defaults to the secondary theme's secondary color on the colorswatch. For me, i set mine in my main.dart file. Note that overriding the colorswatch will mess up some other color schemes (like a cupertino dialog background color) so you may have to go in and wrap those other things in themes. You may ALSO be able to wrap the MathKeyboard in a theme but i didnt try that yet