Skip to content

Commit

Permalink
feat: add border to approver footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Dec 13, 2024
1 parent 7952755 commit 45a1f12
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export function ApproverActions({ children, actions }: ApproverActionsProps) {
width="100%"
maxW="640px"
className="skip-animation"
borderTop="1px solid"
borderColor="ink.border-default"
>
<ApproverActionsAnimationContainer>
<styled.div background="ink.background-primary" p="space.05">
Expand Down

0 comments on commit 45a1f12

Please sign in to comment.