swap flex-start/end (#4815)
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
This commit is contained in:
parent
3755807b5e
commit
67ce18a113
1 changed files with 2 additions and 2 deletions
|
@ -400,11 +400,11 @@ export function Switch() {
|
||||||
selected
|
selected
|
||||||
? {
|
? {
|
||||||
backgroundColor: t.palette.primary_500,
|
backgroundColor: t.palette.primary_500,
|
||||||
alignSelf: 'flex-start',
|
alignSelf: 'flex-end',
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
backgroundColor: t.palette.contrast_400,
|
backgroundColor: t.palette.contrast_400,
|
||||||
alignSelf: 'flex-end',
|
alignSelf: 'flex-start',
|
||||||
},
|
},
|
||||||
indicatorStyles,
|
indicatorStyles,
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue