Tracker status box shadow color fix (#1170)

Co-authored-by: Uriel <imurx@proton.me>
This commit is contained in:
Polymoria
2024-10-08 18:41:22 +02:00
committed by GitHub
parent 505a9fc5d5
commit 1dae302b27

View File

@@ -78,7 +78,7 @@ function TrackerSmol({
<div className="flex flex-col justify-center items-center fill-background-10">
<BodyPartIcon bodyPart={tracker.info?.bodyPart}></BodyPartIcon>
</div>
<div className="flex flex-col flex-grow ">
<div className="flex flex-col flex-grow justify-center">
<Typography bold truncate>
{trackerName}
</Typography>
@@ -150,7 +150,7 @@ export function TrackerCard({
? {
boxShadow: `0px 0px ${Math.floor(velocity * 8)}px ${Math.floor(
velocity * 8
)}px #BB8AE5`,
)}px var(--accent-background-30)`,
}
: {}
}