Bluesky app fork with some witchin' additions 💫

swap flex-start/end (#4815)

Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>

authored by samuel.fm

Samuel Newman and committed by
GitHub
67ce18a1 3755807b

+2 -2
+2 -2
src/components/forms/Toggle.tsx
··· 400 400 selected 401 401 ? { 402 402 backgroundColor: t.palette.primary_500, 403 - alignSelf: 'flex-start', 403 + alignSelf: 'flex-end', 404 404 } 405 405 : { 406 406 backgroundColor: t.palette.contrast_400, 407 - alignSelf: 'flex-end', 407 + alignSelf: 'flex-start', 408 408 }, 409 409 indicatorStyles, 410 410 ]}