diff --git a/src/components/userAvatar/uav-select-chips.vue b/src/components/userAvatar/uav-select-chips.vue
index 9c722284..a1d3c902 100644
--- a/src/components/userAvatar/uav-select-chips.vue
+++ b/src/components/userAvatar/uav-select-chips.vue
@@ -19,11 +19,12 @@
All
-
+
- mdi-check
+ mdi-check
-
-
-
- {{ item.label }}
-
-
+
+
+ {{ item.label }}
+
@@ -47,7 +46,7 @@
@@ -165,6 +149,10 @@ async function toggleAll(): Promise {
@include github-styles.github-tag-dark-gen(#548af7);
position: relative;
+
+ &.selected {
+ @include github-styles.github-tag-dark-gen(#fb7299);
+ }
}
.uav-scb-inner {
diff --git a/src/components/userAvatar/uav-select.vue b/src/components/userAvatar/uav-select.vue
index 564f1338..1da0d056 100644
--- a/src/components/userAvatar/uav-select.vue
+++ b/src/components/userAvatar/uav-select.vue
@@ -5,45 +5,25 @@
@@ -59,7 +39,7 @@