Skip to content

Commit

Permalink
fix: hum
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Aug 29, 2024
1 parent 46b9864 commit edb9911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ LibArchive.init({
workerUrl: "/libarchive.js.worker-bundle.js"
})

declare module "@mui/styles/defaultTheme" {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface DefaultTheme extends Theme {}
}

const authSignalEntries = [{ signal: authStateSignal, version: 0 }]

export function App() {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/search/SearchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const SeeMore = ({
const SearchInput = styled(InputBase)(({ theme }) => ({
".MuiInputBase-input": {
padding: theme.spacing(1, 1, 1, 1),
width: "100%",
width: "100%"
}
}))

Expand Down

0 comments on commit edb9911

Please sign in to comment.