Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
comment
  • Loading branch information
815are committed Oct 18, 2024
1 parent b502638 commit d852caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui-components/src/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import type { Theme } from '@fluentui/react';
import { createTheme, loadTheme } from '@fluentui/react';

/**
* Method intializes default styles for 'ui-components' theme.
*/
export function initTheme(): void {
const appTheme: Theme = createTheme({
defaultFontStyle: {
Expand Down

0 comments on commit d852caa

Please sign in to comment.