mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-20 12:29:22 +08:00
perf: 优化主题色配置以及暗色模式的文本辨识度
This commit is contained in:
@@ -9,7 +9,7 @@ export const ProgressBar = ({
|
||||
h?: string;
|
||||
className?: string;
|
||||
}) => (
|
||||
<div className={`w-full bg-gray-200 rounded-full ${h} dark:bg-gray-700`}>
|
||||
<div className={`w-full bg-(--accent-4)/50 rounded-full ${h}`}>
|
||||
<div
|
||||
className={`${h} rounded-full transition-all duration-500 ${getProgressBarClass(
|
||||
value
|
||||
|
Reference in New Issue
Block a user