💄 Adds color variable for progress bar

This commit is contained in:
Alicia Sykes
2021-08-28 13:48:02 +01:00
parent 4f3e96c506
commit 84eb2036db
5 changed files with 5 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ export default {
output: '',
message: '',
allowRebuild: true,
progress: new ProgressBar(),
progress: new ProgressBar({ color: 'var(--progress-bar)' }),
}),
methods: {
/* Calls to the rebuild endpoint, to kickoff the app build */