changed to darker indicator
This commit is contained in:
parent
4f974a9338
commit
93c141a779
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue