Fix more dark mode

This commit is contained in:
2023-07-16 22:38:47 +05:30
parent 70d3cf5da0
commit b5589ff4ef
+1 -1
View File
@@ -315,7 +315,7 @@ export default function Home() {
) : ( ) : (
<button <button
title="Unmute audio" title="Unmute audio"
className="bg-white py-1 px-1 mx-4" className="py-1 px-1 mx-4"
onClick={handleUnmuteClick} onClick={handleUnmuteClick}
> >
<SpeakerOffIcon /> <SpeakerOffIcon />