Skip to content

Commit e400edf

Browse files
committed
Fix variable spelling error.
1 parent 216913f commit e400edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@process-description-color: @process-title-color;
77
@process-tail-color: #e9e9e9;
88
@wait-icon-color: #ccc;
9-
@wait-title-color: gba(0,0,0,.43);
9+
@wait-title-color: rgba(0,0,0,.43);
1010
@wait-description-color: @wait-title-color;
1111
@wait-tail-color: @process-tail-color;
1212
@finish-icon-color: @process-icon-color;

0 commit comments

Comments
 (0)