Add trash outline icon for updated queue coloring

This commit is contained in:
2024-02-23 19:21:45 -05:00
parent e0552269fb
commit e6a68f4f40
3 changed files with 14 additions and 4 deletions

View File

@ -24,7 +24,7 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"BsSkipStartFill",
"BsSkipEndFill",
"RiPlayListMediaFill",
"BsTrashFill",
"CgTrash",
] }
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }