Closed tcqq closed 5 years ago
@jaredrummler How to set the default theme color?
I found the method, just add the code in the Application.
Cyanea.instance.edit { primary(Color.BLUE) accent(Color.CYAN) backgroundResource(R.color.red) }
@jaredrummler How to set the default theme color?