Skip to content

Commit e04b5bc

Browse files
committed
feat(entity_details): add theme parameter to EntityProfile widget
- Pass the theme parameter from EntityDetailsView to EntityProfile widget
1 parent c1f74e9 commit e04b5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/entity_details/view/entity_details_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class _EntityDetailsViewState extends State<EntityDetailsView> {
170170
entityId: widget.args.entityId,
171171
contentType: widget.args.contentType,
172172
entity: widget.args.entity,
173+
theme: theme,
173174
),
174175
),
175176
);

0 commit comments

Comments
 (0)