Skip to content

Commit

Permalink
fix(footer): add border and change background color
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 27, 2024
1 parent 8a2a631 commit fcfa99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const BottomWrapper = styled.div`

export default function Footer({ github }) {
return (
<div className="bg-[#191e27]">
<div className="bg-fillBgPrimaryContrast border-t border-strokeBorderDefault">
<ContentWrapper>
<LeftWrapper>
{footerItems.map((item, index) => (
Expand Down

0 comments on commit fcfa99c

Please sign in to comment.