Timo Drick
04/12/2020, 8:38 PMVinay Gaba
04/13/2020, 2:35 AMmanueldidonna
04/13/2020, 11:10 AMTimo Drick
04/13/2020, 12:11 PMinterface ColorPalette {
/**
* The primary color is the color displayed most frequently across your app's screens and
* components.
*/
val primary: Color
/**
* The secondary color provides more ways to accent and distinguish your product.
* Secondary colors are best for:
* - Floating action buttons
* - Selection controls, like sliders and switches
* - Highlighting selected text
* - Progress bars
* - Links and headlines
*/
val secondary: Color
So maybe for FABs and Sliders secondary color would be better default valueAndrey Kulikov
04/15/2020, 5:16 PM