Skip to content

Commit 9fe1796

Browse files
committed
StatusLabel color option
1 parent 239dbbc commit 9fe1796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/components/StatusLabel.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
&.pending {
5454
background-color: theme('colors.craft.orange');
5555
}
56+
57+
&.deprecated {
58+
background-color: theme('colors.craft.amber');
59+
}
5660
}
5761
5862
.status-label-pip {

0 commit comments

Comments
 (0)