chore: updates

This commit is contained in:
Tristan Yang
2023-06-13 11:24:53 +08:00
parent 4372f56db1
commit 1ebb8d74ce
2 changed files with 2 additions and 2 deletions
@@ -65,7 +65,7 @@ const ExpiredMessage = ({ type = "file", url = "" }: Props) => {
</span>
</div>
<span className="text-red-500 text-xs whitespace-nowrap flex items-center gap-1">
<IconInfo className="stroke-gray-600 w-6 h-6" />
<IconInfo className="stroke-gray-600 dark:stroke-gray-400 w-6 h-6" />
</span>
</div>
</div>
+1 -1
View File
@@ -1,4 +1,4 @@
import React from "react";
// import React from "react";
import { useDispatch } from "react-redux";
import dayjs from "dayjs";