feature/IO-1113-Online-Dark-Mode - Adjust Car SVG Background color in Dark mode

This commit is contained in:
Dave Richer
2025-08-08 12:51:00 -04:00
parent 3b481afa9e
commit c06b4e8af5
2 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
import React from "react";
import { useTranslation } from "react-i18next";
const Car = ({ dmg1, dmg2 }) => {
@@ -8,6 +7,7 @@ const Car = ({ dmg1, dmg2 }) => {
<div style={{ position: "relative", textAlign: "center" }}>
{t("jobs.labels.cards.damage")}
<svg
className="car-svg"
style={{ left: 0, top: 0, width: "100%", height: "100%" }}
id="svg166"
version="1.1"