TF-2116 Sync all icon and remove icon unused
(cherry picked from commit df2b913e6309b64014e43b50d22d79c12b83ca9e)
This commit is contained in:
@@ -92,7 +92,7 @@ class AppBarThreadWidgetBuilder extends StatelessWidget {
|
||||
return Row(children: [
|
||||
buildIconWeb(
|
||||
icon: SvgPicture.asset(
|
||||
_imagePaths.icCloseComposer,
|
||||
_imagePaths.icClose,
|
||||
colorFilter: AppColor.colorTextButton.asFilter(),
|
||||
fit: BoxFit.fill),
|
||||
minSize: 25,
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@ class SpamReportBannerWebWidget extends StatelessWidget {
|
||||
label: AppLocalizations.of(context).dismiss,
|
||||
labelColor: SpamReportBannerButtonStyles.negativeButtonTextColor,
|
||||
onTap: () => spamReportController.dismissSpamReportAction(context),
|
||||
icon: imagePaths.icCloseComposer,
|
||||
icon: imagePaths.icClose,
|
||||
wrapContent: true,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user