We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb38f commit 8b2356aCopy full SHA for 8b2356a
components/organisms/Footer/footer.tsx
@@ -59,7 +59,7 @@ const footerContext = [
59
60
const Footer = (): JSX.Element => {
61
return (
62
- <footer className=" h-24 w-full bg-light-slate-2 transition">
+ <footer className="h-24 w-full transition">
63
<div className=" container mx-auto px-2 md:px-16 lg:border-t lg:py-8 lg:items-center lg:justify-between lg:gap-x-4 flex flex-col gap-y-4 lg:flex-row py-2 w-full">
64
<div className="text-center lg:text-left justify-center gap-1 flex items-center">
65
<div className="w-6 h-6 relative !min-w-[24px] min-h-[24px]">
styles/globals.css
@@ -5,6 +5,9 @@
5
* {
6
font-weight: 500;
7
}
8
+body {
9
+ background-color: #f8f9fa;
10
+}
11
.login-step .sbui-btn-container {
12
width: 100%;
13
0 commit comments