mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +08:00
style: service tracker color
This commit is contained in:
parent
a3698c2f3c
commit
9db03ed065
@ -51,7 +51,7 @@ export const ServiceTrackerClient: React.FC<ServiceTrackerProps> = ({
|
||||
key={index}
|
||||
className={cn(
|
||||
"flex-1 h-6 rounded-[5px] transition-colors",
|
||||
day.completed ? "bg-green-600" : "bg-red-500",
|
||||
day.completed ? "bg-green-600" : "bg-red-500/60",
|
||||
)}
|
||||
title={
|
||||
day.date ? day.date.toLocaleDateString() : `Day ${index + 1}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user