mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Tracker status box shadow color fix (#1170)
Co-authored-by: Uriel <imurx@proton.me>
This commit is contained in:
@@ -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)`,
|
||||
}
|
||||
: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user