Closed jrcacd closed 5 years ago
Yes, to set the default primary light color, add the following to your colors.xml:
colors.xml
<color name="cyanea_primary_light_reference">#0099CC</color>
You can access the color via cyanea.primaryLight and set it via cyanea.edit { setPrimaryLight(color) }
cyanea.primaryLight
cyanea.edit { setPrimaryLight(color) }
Yes, to set the default primary light color, add the following to your
colors.xml
:You can access the color via
cyanea.primaryLight
and set it viacyanea.edit { setPrimaryLight(color) }