Fix/explore darkmode (#14751)

This commit is contained in:
NFish
2025-03-03 16:06:28 +08:00
committed by GitHub
parent bb4e7da720
commit 931d704612
8 changed files with 42 additions and 92 deletions

View File

@@ -3,7 +3,7 @@
}
.actionName {
@apply text-gray-700 text-sm;
@apply text-text-secondary text-sm;
}
.commonIcon {
@@ -29,5 +29,5 @@ body .btn:hover {
}
.deleteActionItem:hover .deleteActionItemChild {
@apply text-red-500;
}
@apply text-red-500;
}