Add support for shadow-3xl
This commit is contained in:
parent
dc0624916a
commit
cec3573253
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const Banner: React.FC<IBanner> = ({ theme, children, className }) => {
|
||||||
data-testid='banner'
|
data-testid='banner'
|
||||||
className={classNames('fixed bottom-0 left-0 right-0 py-8 z-50', {
|
className={classNames('fixed bottom-0 left-0 right-0 py-8 z-50', {
|
||||||
'backdrop-blur bg-primary-900/80': theme === 'frosted',
|
'backdrop-blur bg-primary-900/80': theme === 'frosted',
|
||||||
'bg-white dark:bg-slate-800 text-black dark:text-white shadow-2xl dark:shadow-inset': theme === 'opaque',
|
'bg-white dark:bg-slate-800 text-black dark:text-white shadow-3xl dark:shadow-inset': theme === 'opaque',
|
||||||
}, className)}
|
}, className)}
|
||||||
>
|
>
|
||||||
<div className='max-w-4xl mx-auto px-4'>
|
<div className='max-w-4xl mx-auto px-4'>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue