Explorar el Código

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

Owen Diffey hace 2 años
padre
commit
8a306f37f6
Se han modificado 1 ficheros con 1 adiciones y 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 {