fix: menu style (#4287)

This commit is contained in:
JimmFly
2023-09-11 14:41:36 +08:00
committed by GitHub
parent 46fd732ee6
commit b7b14c2241
22 changed files with 153 additions and 81 deletions
@@ -56,6 +56,12 @@ export const LanguageMenu = () => {
portalOptions={{
container: ref.current,
}}
contentOptions={{
style: {
background: 'var(--affine-white)',
},
align: 'end',
}}
>
<MenuTrigger
ref={ref}