Adopt Tamagui sliders in admin
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-15 09:01:43 +01:00
parent 92b341bdcd
commit 5dc69fb187
2 changed files with 13 additions and 8 deletions

View File

@@ -1300,7 +1300,7 @@ function LabeledSlider({
<Slider.Track height={6} borderRadius={999} backgroundColor={border}>
<Slider.TrackActive backgroundColor={primary} />
</Slider.Track>
<Slider.Thumb index={0} size="$1" backgroundColor={surface} borderColor={primary} borderWidth={2} />
<Slider.Thumb index={0} size="$2" backgroundColor={surface} borderColor={primary} borderWidth={2} />
</Slider>
</YStack>
);