Skip to content

Commit

Permalink
Add mantine css for styleguide.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Apr 25, 2024
1 parent 32993af commit 9929798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graylog2-web-interface/docs/StyleGuideWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ import User from '../src/logic/users/User';
import UserDateTimeProvider from '../src/contexts/UserDateTimeProvider';
/* eslint-enable import/no-relative-packages */

import '@graylog/sawmill/fonts';
import '@mantine/core/styles.css';

export const adminUser = User.builder()
.id('admin-id')
.username('admin')
Expand Down

0 comments on commit 9929798

Please sign in to comment.