chore: polish UI

This commit is contained in:
Tristan Yang
2023-02-23 22:20:15 +08:00
parent d10df4bee5
commit 8a5259a9fd
11 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ const Operations: FC<Props> = ({ context, id }) => {
});
const canDel = canDelete(mids);
const optClass = `p-2 bg-slate-100 rounded md:hover:bg-slate-300`;
const optClass = `p-2 bg-slate-100 dark:bg-slate-800 rounded md:hover:bg-slate-300 dark:md:hover:bg-slate-900`;
return (
<>
<div className="relative p-4 flex-center gap-8 shadow-md">