Fix wrong css property name

This commit is contained in:
Ajay
2022-09-19 10:40:32 -04:00
parent 65e40e4d9c
commit 7b86a93661

View File

@@ -303,7 +303,7 @@
border: none;
flex: 1;
padding: 10px 15px;
trasition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.sbControlsMenu-item:hover {
background-color: #444;