mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-23 08:51:50 +00:00
Made factory progress bar text black
This commit is contained in:
parent
693b41635b
commit
dfd97a6e08
1 changed files with 1 additions and 0 deletions
|
@ -2434,6 +2434,7 @@ const factory = createLayer(id, () => {
|
||||||
width: 600,
|
width: 600,
|
||||||
height: 25,
|
height: 25,
|
||||||
fillStyle: `animation: 15s factory-bar linear infinite`,
|
fillStyle: `animation: 15s factory-bar linear infinite`,
|
||||||
|
textStyle: `color: var(--feature-foreground)`,
|
||||||
progress: () =>
|
progress: () =>
|
||||||
main.day.value === day
|
main.day.value === day
|
||||||
? Decimal.div(toys.clothes.value, toyGoal)
|
? Decimal.div(toys.clothes.value, toyGoal)
|
||||||
|
|
Loading…
Reference in a new issue