Skip to content

Commit

Permalink
feat(ui): remove border between button & textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Jul 8, 2023
1 parent 9b47e4a commit 935299a
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 @@ -72,7 +72,7 @@ export default () => {
class="h-full w-full absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base text-sm"
/>
</div>
<div class="fi justify-between gap-2 h-14 px-[calc(max(1.5rem,(100%-48rem)/2)-0.5rem)] border-t border-base">
<div class="fi justify-between gap-2 h-14 px-[calc(max(1.5rem,(100%-48rem)/2)-0.5rem)]">
<div>
{/* <Button
icon="i-carbon-plug"
Expand Down

0 comments on commit 935299a

Please sign in to comment.