[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2026-03-28 19:10:25 +01:00
parent 69ae986594
commit db178c73c3
+1 -1
View File
@@ -131,7 +131,7 @@ body {
padding: 30px;
text-align: center;
border-radius: 10px;
background: rgba(0, 0, 0, 0.7);
background: var(--btns-bg-color, rgba(0, 0, 0, 0.7));
box-shadow: var(--box-shadow);
}
#loadingDiv h1 {