How to define button colors for dark mode in theme-ui theme config – Javascript
I'm using theme-ui library to make my ui lib, however, I have a question. Is it possible to specify button colors for dark mode in theme? for example, do something like this? ... primary: { color: 'white', bg: 'black', variants:…