Update Project component: remove debug color red

This commit is contained in:
Timothée Goguely 2024-09-18 10:19:03 +02:00
parent e92d55dab1
commit d95b42fe29

View file

@ -104,7 +104,6 @@ const frenchFormattedModified = dayjs(project.modified).format(
}
.project-step[data-status="in-progress"]:only-child::before {
height: 1rem;
color: red;
background-repeat: repeat;
background-position: left center;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50%' cy='50%' r='4' opacity='0.15' fill='black'/%3E%3C/svg%3E%0A");