diff --git a/client/scss/components/_status-tag.scss b/client/scss/components/_status-tag.scss index 4c6b613543aa..9ab1ba44e447 100644 --- a/client/scss/components/_status-tag.scss +++ b/client/scss/components/_status-tag.scss @@ -35,6 +35,8 @@ background: theme('colors.surface-status-label'); border: 1px solid theme('colors.text-status-label'); border-radius: theme('borderRadius.xl'); + // stylelint-disable-next-line property-disallowed-list + text-transform: capitalize; } }