bg
This commit is contained in:
@@ -3,7 +3,7 @@ import clsx from 'clsx'
|
||||
export function Container({ className, ...props }) {
|
||||
return (
|
||||
<div
|
||||
className={clsx('mx-auto bg-bg-sand max-w-7xl px-4 sm:px-6 lg:px-8', className)}
|
||||
className={clsx('mx-auto bg-transparent max-w-7xl px-4 sm:px-6 lg:px-8', className)}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
@@ -38,7 +38,7 @@ const SvgIcon = (props) => (
|
||||
|
||||
export function Logo(props) {
|
||||
return (
|
||||
<div className="bg-bg-sand px-2 py-1 rounded">
|
||||
<div className="bg-transparent px-2 py-1 rounded">
|
||||
<SvgIcon {...props} />
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user