From f5e8268cede79d9b0589990cc975784602d66245 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 12 May 2023 15:41:40 +0200 Subject: Use the color-primary-element* variables Signed-off-by: Simon L Signed-off-by: nextcloud-command --- apps/user_status/src/components/OnlineStatusSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/user_status') diff --git a/apps/user_status/src/components/OnlineStatusSelect.vue b/apps/user_status/src/components/OnlineStatusSelect.vue index df7d1377ee3..77600346ac9 100644 --- a/apps/user_status/src/components/OnlineStatusSelect.vue +++ b/apps/user_status/src/components/OnlineStatusSelect.vue @@ -122,7 +122,7 @@ $label-padding: 8px; &__input:checked + &__label, &__input:focus + &__label, &__label:hover { - border-color: var(--color-primary); + border-color: var(--color-primary-element); } &__label:active { -- cgit v1.2.3