This commit is contained in:
Carl Pearson
2024-10-12 06:09:29 -06:00
parent a61b4f1e8c
commit ca9d8bdc06
4 changed files with 10 additions and 6 deletions

View File

@@ -32,4 +32,9 @@
margin-right: 5px;
cursor: pointer;
border-radius: 4px;
}
.video-options .delete-btn {
background-color: rgb(255, 70, 70);
color: white;
}