We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011c60 commit 20635cdCopy full SHA for 20635cd
src/App.tsx
@@ -134,7 +134,7 @@ const RouteIndexContainer = styled.div<{status: string}>`
134
`
135
const RouteToggleImage = styled(Arrow)<{status: string}>`
136
${tw`absolute bottom-0 inset-x-0 rotate-180 m-auto h-[1.3rem] w-[1.3rem] opacity-80 transition ease-in-out duration-150`}
137
- ${(props) => props.status === 'entered'? tw`rotate-0`:tw`inset-y-12 rotate-180 hsm:inset-y-14`}
+ ${(props) => props.status === 'entered'? tw`rotate-0`:tw`rotate-180`}
138
139
const SegmentedControl = styled.div`
140
${tw`
0 commit comments