Skip to content

Commit

Permalink
style: fix color of footer border
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansberg committed Nov 6, 2023
1 parent 851233a commit 836ca5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

.footer {
border-top: 1px solid var(--static-background-background_0-background);
border-top: 1px solid var(--static-background-background_1-background);
display: flex;
justify-content: flex-end;
padding: var(--spacings-small) var(--spacings-medium);
Expand Down

0 comments on commit 836ca5b

Please sign in to comment.