diff --git a/app/client/web/src/App.tsx b/app/client/web/src/App.tsx index 2e912c24..f886ef16 100644 --- a/app/client/web/src/App.tsx +++ b/app/client/web/src/App.tsx @@ -88,7 +88,7 @@ const theme = createTheme({ '#559e83', '#559e83', ], - 'light-databag-green': [ + 'light-databag-green': [ '#888888', '#448844', '#448844', diff --git a/app/client/web/src/access/Access.tsx b/app/client/web/src/access/Access.tsx index ddf473eb..d4cc0975 100644 --- a/app/client/web/src/access/Access.tsx +++ b/app/client/web/src/access/Access.tsx @@ -22,7 +22,7 @@ import { IconServer, IconKey, } from '@tabler/icons-react' -import { modals } from '@mantine/modals'; +import { modals } from '@mantine/modals' export function Access() { const { state, actions } = useAccess() @@ -65,12 +65,10 @@ export function Access() { backgroundOpacity: 0.55, blur: 3, }, - children: ( -