Przeglądaj źródła

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

Owen Diffey 2 lat temu
rodzic
commit
8a306f37f6
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {