diff options
Diffstat (limited to 'apps/user_status/src/components/PredefinedStatus.vue')
-rw-r--r-- | apps/user_status/src/components/PredefinedStatus.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/PredefinedStatus.vue b/apps/user_status/src/components/PredefinedStatus.vue index b5eafaed30b..2775051439c 100644 --- a/apps/user_status/src/components/PredefinedStatus.vue +++ b/apps/user_status/src/components/PredefinedStatus.vue @@ -104,7 +104,7 @@ export default { } &__clear-at { - opacity: .7; + color: var(--color-text-maxcontrast); &::before { content: ' – '; |