We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a75010 + fb4eda5 commit 0f1ee33Copy full SHA for 0f1ee33
MAUI/Kanban-Board/Cards.md
@@ -83,7 +83,7 @@ var cardTemplate = new DataTemplate(() =>
83
WidthRequest = 250,
84
Orientation = StackOrientation.Vertical,
85
Padding = new Thickness(10),
86
- BackgroundColor = Color.Gray
+ BackgroundColor = Colors.Gray
87
};
88
89
HorizontalStackLayout titleLayout = new HorizontalStackLayout();
0 commit comments