Added the onclicked even where it belongs, in the module handling the click.

This commit is contained in:
Jas Singh
2024-06-11 01:29:57 -07:00
parent fad852c13f
commit 9619f90e4f
5 changed files with 18 additions and 17 deletions

View File

@@ -2,7 +2,8 @@
.audiomenu-items {
background: $mantle;
border: 1px solid $sky;
border: 2px solid $peach;
border-radius: 11px;
min-width: 200px;
min-height: 300px;
}