We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a240a37 commit 91043e9Copy full SHA for 91043e9
packages/fluent-theme/src/private/FluentThemeProvider.tsx
@@ -43,9 +43,9 @@ const sendBoxMiddleware = [() => () => () => PrimarySendBox];
43
44
const styles = createStyles();
45
46
-const fluentStyleOptions: StyleOptions = {
+const fluentStyleOptions: StyleOptions = Object.freeze({
47
feedbackActionsPlacement: 'activity-actions'
48
-};
+});
49
50
const FluentThemeProvider = ({ children, variant = 'fluent' }: Props) => (
51
<VariantComposer variant={variant}>
0 commit comments