Explorar o código

Profile picture grey background

Owen Diffey %!s(int64=4) %!d(string=hai) anos
pai
achega
e726a67240
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>