bump @fluentui/react-components to fix a dialog bug

This commit is contained in:
josc146
2024-03-26 11:16:37 +08:00
parent d0ab9c7ec4
commit edf55843e4
5 changed files with 1031 additions and 806 deletions

View File

@@ -41,7 +41,7 @@ export const DialogButton: FC<{
<Button className={className} icon={icon} size={size} shape={shape} appearance={appearance}>{text}</Button>
}
</DialogTrigger>
<DialogSurface>
<DialogSurface style={{ transform: 'unset' }}>
<DialogBody>
<DialogTitle>{title}</DialogTitle>
<DialogContent>