From 93c141a7792d435de7fe62652a8d7f6a73a0e394 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 27 Mar 2025 17:11:13 +0800 Subject: [PATCH] changed to darker indicator --- lib/widgets/indicator_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/indicator_widget.dart b/lib/widgets/indicator_widget.dart index e47ef3a..26c8e12 100644 --- a/lib/widgets/indicator_widget.dart +++ b/lib/widgets/indicator_widget.dart @@ -30,7 +30,7 @@ class IndicatorWidget extends StatelessWidget { decoration: BoxDecoration( // border: Border.all(color: color ?? const Color.fromRGBO(7, 5, 7, 0.783), width: 1), borderRadius: BorderRadius.circular(20), - color: color ?? const Color.fromRGBO(28, 10, 28, 0.894)), + color: color ?? const Color.fromRGBO(15, 5, 15, 0.894)), alignment: Alignment.center, // Center the text within the container child: TextWidget( text: text,