Skip to content

Commit 91043e9

Browse files
committed
Fix nit
1 parent a240a37 commit 91043e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fluent-theme/src/private/FluentThemeProvider.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ const sendBoxMiddleware = [() => () => () => PrimarySendBox];
4343

4444
const styles = createStyles();
4545

46-
const fluentStyleOptions: StyleOptions = {
46+
const fluentStyleOptions: StyleOptions = Object.freeze({
4747
feedbackActionsPlacement: 'activity-actions'
48-
};
48+
});
4949

5050
const FluentThemeProvider = ({ children, variant = 'fluent' }: Props) => (
5151
<VariantComposer variant={variant}>

0 commit comments

Comments
 (0)