mirror of
https://github.com/bendtherules/multimeter-connect-web.git
synced 2026-08-18 13:52:26 +00:00
Fix more dark mode
This commit is contained in:
+1
-1
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user