We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8c69 commit 1ba0baaCopy full SHA for 1ba0baa
web_src/js/components/DashboardRepoList.vue
@@ -153,7 +153,7 @@ import {SvgIcon} from '../svg.js';
153
const {appSubUrl, assetUrlPrefix, pageData} = window.config;
154
155
const commitStatus = {
156
- pending: {name: 'octicon-dot-fill', color: 'grey'},
+ pending: {name: 'octicon-dot-fill', color: 'yellow'},
157
running: {name: 'octicon-dot-fill', color: 'yellow'},
158
success: {name: 'octicon-check', color: 'green'},
159
error: {name: 'gitea-exclamation', color: 'red'},
0 commit comments