Skip to content

Commit

Permalink
chore: prepare-for-codereview
Browse files Browse the repository at this point in the history
  • Loading branch information
mistahj67 committed Oct 11, 2024
1 parent 2fbade7 commit 933e6c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
darkPalette,
typography,
components,
useFeatureFlags
useFeatureFlags,
} from 'bh-shared-ui';
import { createBrowserHistory } from 'history';
import React, { useEffect } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const components = (theme: Theme): Partial<Theme['components']> => ({
styleOverrides: {
root: {
backgroundImage: 'unset',
}
},
},
},
MuiPaper: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
//
// SPDX-License-Identifier: Apache-2.0

export { default } from './SSOConfiguration';
export { default } from './SSOConfiguration';

0 comments on commit 933e6c4

Please sign in to comment.