Skip to content

Commit

Permalink
Merge pull request #88 from CNSeniorious000/main
Browse files Browse the repository at this point in the history
fix double border above Send component
  • Loading branch information
ddiu8081 authored Jul 28, 2023
2 parents 6347f1d + 65ea16f commit f25fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default () => {
}

return (
<div class={`sticky bottom-0 left-0 right-0 overflow-hidden shrink-0 border-t border-base pb-[env(safe-area-inset-bottom)] transition transition-colors duration-300 ${stateRootClass()}`}>
<div class={`sticky -bottom-1px left-0 right-0 overflow-hidden shrink-0 border-t border-base pb-[env(safe-area-inset-bottom)] transition transition-colors duration-300 -translate-y-1px ${stateRootClass()}`}>
<div class={`relative transition transition-height duration-240 ${stateHeightClass()}`}>
<Switch fallback={<EmptyState />}>
<Match when={stateType() === 'error'}>
Expand Down

0 comments on commit f25fe3c

Please sign in to comment.