Medium 右侧深色样式

This commit is contained in:
tangly1024.com
2023-02-09 10:28:56 +08:00
parent b59f369f41
commit bd3addc165
6 changed files with 12 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
}, [percent])
return (
<div className="h-4 w-full shadow-2xl bg-hexo-light-gray dark:bg-hexo-black-gray ">
<div className="h-4 w-full shadow-2xl bg-hexo-light-gray dark:bg-black">
<div
className="h-4 bg-gray-600 duration-200"
style={{ width: `${percent}%` }}