From ce402ee988d451ac70d86920c90ed21385d2a9d7 Mon Sep 17 00:00:00 2001 From: jantunesmesias Date: Tue, 27 Aug 2024 08:26:16 -0300 Subject: [PATCH] WIP --- .../card_item_template_component_widget.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart b/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart index 90b73821..3ff02874 100644 --- a/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart +++ b/lib/components/templates_components/card_item_template_component/card_item_template_component_widget.dart @@ -173,7 +173,6 @@ class _CardItemTemplateComponentWidgetState children: [ _generateImage(), Container( - color: FlutterFlowTheme.of(context).error, padding: const EdgeInsets.all(8), child: Column( crossAxisAlignment: CrossAxisAlignment.start,