Skip to content

Commit

Permalink
fix(footer): use global border color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 17, 2022
1 parent 9f9180a commit 02a06e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
padding: 8px;
gap: 24px;
background: var(--bt-sidebar-background-color);
border: 1px solid rgba(7, 10, 27, 0.04);
border: 1px solid var(--bt-default-border-color);
border-radius: 8px;

& div {
Expand Down

1 comment on commit 02a06e0

@vercel
Copy link

@vercel vercel bot commented on 02a06e0 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.