Skip to content

Commit

Permalink
fix: add styles for mantine dates
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Dec 12, 2023
1 parent b5547e1 commit ec1df85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/apps/web/src/pages/_app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { MantineProvider } from '@mantine/core';
import { Notifications } from '@mantine/notifications';
import { ModalsProvider } from '@mantine/modals';
import '@mantine/core/styles.css';
import '@mantine/dates/styles.css';

import queryClient from 'query-client';
import theme from 'theme';
Expand Down

0 comments on commit ec1df85

Please sign in to comment.