Skip to content

Instantly share code, notes, and snippets.

View wavedevgit's full-sized avatar

Wave Dev wavedevgit

View GitHub Profile
@wavedevgit
wavedevgit / main.css
Created April 7, 2024 19:09
whatsapp new mobile redesign for web (custom css)
/** modify voice message button color **/
button[aria-label="Voice message"] {
background-color: #21C063;
border-radius: 50px;
}
button[aria-label="Voice message"] svg {
width: 20px;
height: 20px;
}