designkit
designkit copied to clipboard
Button component's theme prop field: textDark
There is only one prop within button's theme: textDark. Which is also not being properly prioritized, i.e. global theme's textDark is always set irrespective of what is being set here.
Also the field name textDark isn't the most descriptive name. I suggest changing it to textColor or supporting a textLight field as well.