Преглед изворни кода

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

Owen Diffey пре 2 година
родитељ
комит
8a306f37f6
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {