updates
This commit is contained in:
parent
fc22d11df1
commit
27a8a62475
32 changed files with 354 additions and 335 deletions
|
|
@ -37,7 +37,7 @@ class BlockProgressBar extends StatelessWidget {
|
|||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 0.5),
|
||||
child: ColoredBox(
|
||||
color: i < filled ? filledColor : RatuneColors.border,
|
||||
color: i < filled ? filledColor : TimbreColors.border,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue