Skip to content

Commit 0f1ee33

Browse files
Merge pull request #3556 from syncfusion-content/Kanban-UG-changes-dev
977013-[Dev] MAUI Kanban UG document updated regarding custom mapping feature
2 parents 5a75010 + fb4eda5 commit 0f1ee33

File tree

2 files changed

+255
-103
lines changed

2 files changed

+255
-103
lines changed

MAUI/Kanban-Board/Cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var cardTemplate = new DataTemplate(() =>
8383
WidthRequest = 250,
8484
Orientation = StackOrientation.Vertical,
8585
Padding = new Thickness(10),
86-
BackgroundColor = Color.Gray
86+
BackgroundColor = Colors.Gray
8787
};
8888

8989
HorizontalStackLayout titleLayout = new HorizontalStackLayout();

0 commit comments

Comments
 (0)