Adopt Tamagui sliders in admin

This commit is contained in:
Codex Agent
2026-01-15 09:01:43 +01:00
parent b09c80ee8d
commit c7e42c1bf1
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>
);