Browse Source

Profile picture grey background

Owen Diffey 4 years ago
parent
commit
e726a67240
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/src/components/ProfilePicture.vue

+ 4 - 0
frontend/src/components/ProfilePicture.vue

@@ -82,6 +82,10 @@ export default {
 			background-color: var(--teal);
 			color: var(--white);
 		}
+		&.grey {
+			background-color: var(--grey);
+			color: var(--white);
+		}
 	}
 }
 </style>