mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: removed background in container
This commit is contained in:
parent
4800a08d3e
commit
edc21f569f
@ -7,7 +7,7 @@ const Container = ({
|
||||
return (
|
||||
<div
|
||||
className={`${
|
||||
ignoreColor ? '' : 'bg-white dark:bg-discord-dark text-black dark:text-gray-100'
|
||||
ignoreColor ? '' : 'text-black dark:text-gray-100'
|
||||
} ${paddingTop ? 'pt-20' : ''}`}
|
||||
>
|
||||
<div className={`container mx-auto px-4 ${className}`}>{children}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user