changed to darker indicator

This commit is contained in:
Patrick Alvin Alcala 2025-03-27 17:11:13 +08:00
parent 4f974a9338
commit 93c141a779

View file

@ -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,