added text-shadow

This commit is contained in:
NilsUeter
2023-11-19 13:27:17 +01:00
parent f929e513f3
commit 4726b1f150
+4 -1
View File
@@ -465,7 +465,10 @@ const ModelStats = ({ modelStat, index, showName, modelList }) => {
<Characteristic title="OC" characteristic={oc} index={index} /> <Characteristic title="OC" characteristic={oc} index={index} />
<div <div
className="flex flex-wrap items-center gap-2" className="flex flex-wrap items-center gap-2"
style={{ marginTop: index === 0 ? 16 : 0 }} style={{
marginTop: index === 0 ? 16 : 0,
textShadow: "0px 0px 5px rgb(0 0 0)",
}}
> >
{showName && <div style={{ whiteSpace: "nowrap" }}>{name}</div>} {showName && <div style={{ whiteSpace: "nowrap" }}>{name}</div>}
{showWeapons && ( {showWeapons && (