Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
YongZL committed Jan 25, 2024
1 parent b4fe6d5 commit c6030c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/FullModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const FullModal: FC<FullModalProps> = ({ menus, keys = 'text', onChooseItem, cho

return (
<div
className={classNames('fixed inset-0 mt-[81px] backdrop-filter backdrop-blur-md flex ', wrapperClassName)}
style={{ backgroundColor: 'rgba(255, 255, 255, 0.90)' }}
style={{ background: 'rgba(255, 255, 255, 0.90)', backdropFilter: 'blur(6px)' }}
className={classNames('fixed inset-0 mt-[81px] flex ', wrapperClassName)}
>
<div className='p-8 rounded-md mo:w-full'>
{menus.map((item, i) => {
Expand Down

0 comments on commit c6030c2

Please sign in to comment.