Explorar o código

fix(ProfilePicture): Blue profile picture becomes red in christmas mode

Owen Diffey %!s(int64=2) %!d(string=hai) anos
pai
achega
8a306f37f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/components/ProfilePicture.vue

+ 1 - 1
frontend/src/components/ProfilePicture.vue

@@ -67,7 +67,7 @@ onMounted(async () => {
 		}
 
 		&.blue {
-			background-color: var(--primary-color);
+			background-color: var(--blue);
 			color: var(--white);
 		}
 		&.orange {