Parcourir la source

Profile picture grey background

Owen Diffey il y a 4 ans
Parent
commit
e726a67240
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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>