[pve-devel] [PATCH pve-flutter-frontend 6/9] set the color of the template indicator to that of the icon

Dominik Csapak d.csapak at proxmox.com
Fri Apr 12 10:04:55 CEST 2024


otherwise we have a grey icon but black template indicator, which looks
a bit out of place.

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 lib/widgets/pve_guest_icon_widget.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/widgets/pve_guest_icon_widget.dart b/lib/widgets/pve_guest_icon_widget.dart
index a4b241b..4dd7a58 100644
--- a/lib/widgets/pve_guest_icon_widget.dart
+++ b/lib/widgets/pve_guest_icon_widget.dart
@@ -15,7 +15,7 @@ class PveGuestIcon extends StatelessWidget {
     this.template = false,
     required this.status,
     this.color = Colors.grey,
-    this.templateColor = Colors.black,
+    this.templateColor = Colors.grey,
   });
 
   @override
-- 
2.39.2





More information about the pve-devel mailing list