Make camera error gray to be less aggressive on the eyes

This commit is contained in:
Antoine Bartuccio 2024-08-26 16:20:31 +02:00 committed by Bartuccio Antoine
parent 85d9816aaa
commit ef80c1be61

View File

@ -64,7 +64,8 @@
}
.camera-error {
background-color: red;
background-color: gray;
color: white;
min-width: 100%;
}