feat: footer z-index

This commit is contained in:
Junseo Park 2021-02-27 13:47:44 +09:00
parent 70763a8342
commit 1cb0927f13

View File

@ -7,7 +7,7 @@ import { Theme } from '@types'
const Footer = ({ color, theme, setTheme }:FooterProps): JSX.Element => {
return (
<div className='releative'>
<div className='releative z-30'>
<Wave color='currentColor' className={`${color ?? 'dark:text-discord-dark text-white bg-discord-black'} hidden md:block`} />
<div className='bottom-0 text-white bg-discord-black'>
<Container className='pb-20 pt-10 w-11/12 lg:flex lg:pt-0 lg:w-4/5' ignoreColor>