Browse Source

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

Owen Diffey 1 year ago
parent
commit
8a306f37f6
1 changed files with 1 additions and 1 deletions
  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 {