Skip to content

Commit

Permalink
fix: remove dashed separator
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed Aug 28, 2024
1 parent 8565a43 commit a75791d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ActiveOrderClaimSection = ({
className="z-10 -m-4 mb-1 border-x border-b p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between divide-y divide-dashed">
<div className="flex w-full flex-row justify-between">
<div>
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
<ExclamationCircle className="text-ui-fg-subtle" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ActiveOrderExchangeSection = ({
className="z-10 -m-4 mb-1 border-x border-b p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between divide-y divide-dashed">
<div className="flex w-full flex-row justify-between">
<div>
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
<ArrowPath className="text-ui-fg-subtle" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ActiveOrderReturnSection = ({
className="z-10 -m-4 mb-1 border-x border-b p-4"
>
<Container className="flex items-center justify-between p-0">
<div className="flex w-full flex-row justify-between divide-y divide-dashed">
<div className="flex w-full flex-row justify-between">
<div>
<div className="mb-2 flex items-center gap-2 px-6 pt-4">
<ArrowUturnLeft className="text-ui-fg-subtle" />
Expand Down

0 comments on commit a75791d

Please sign in to comment.