From 87704700cb58305f98a7a7c132f99ecbfbc64164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 25 Sep 2025 17:01:19 +0200 Subject: [PATCH] chore: Add close icon to snackbar in column mode --- lib/config/themes.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index 4541b4a15..8b6fb38cf 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -118,6 +118,7 @@ abstract class FluffyThemes { ), snackBarTheme: isColumnMode ? const SnackBarThemeData( + showCloseIcon: true, behavior: SnackBarBehavior.floating, width: FluffyThemes.columnWidth * 1.5, )