Skip to content
Snippets Groups Projects
Commit b042d6cf authored by Madlen Ort's avatar Madlen Ort
Browse files

Weitergemacht

parent d45cf49d
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class _ClassificationPageState extends State<ClassificationPage> {
child: Container(
child: _orangeSelected ?
selectedColor("Orange", Colors.orange, Colors.white.withOpacity(0.9),
"soul", "jazz", "Orange 3", 'Wärme, Energie, Herbst') : noSelection("Orange")
"soul", "jazz", "indie-pop", 'Wärme, Energie, Herbst') : noSelection("Orange")
)
,),
const SizedBox(height: 20,),
......@@ -200,7 +200,7 @@ class _ClassificationPageState extends State<ClassificationPage> {
child: Container(
child: _brownSelected ?
selectedColor("Brown", Colors.brown, Colors.white.withOpacity(0.9),
"country", "Brown2", "Brown3", 'info') : noSelection("Brown")
"country", "folk", "reggae", 'Wärme, Geborgenheit, Nostalgie, Ruhe') : noSelection("Brown")
)
,),
const SizedBox(height: 20,),
......@@ -212,7 +212,8 @@ class _ClassificationPageState extends State<ClassificationPage> {
if (!_blackSelected){_ambientBackgroundColor = Colors.grey.withOpacity(0.5);}},
child: Container(
child: _blackSelected ?
selectedColor("Black", Colors.black87, Colors.white.withOpacity(0.7), "Black1", "Black2", "Black3", 'info') : noSelection("Black")
selectedColor("Black", Colors.black87, Colors.white.withOpacity(0.7),
"metal", "classical", "rock", 'Melancholie, Macht, Edel') : noSelection("Black")
)
,),
const SizedBox(height: 20,),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment