feature/IO-1113-Online-Dark-Mode - Adjust Car SVG Background color in Dark mode
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user