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,