diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-06-03 17:57:46 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-15 15:45:28 +0200 |
| commit | 1ab168fb80fbf3958fbadda00d1c6714cad66c86 (patch) | |
| tree | 59ed0d101b9f95d7b620777764bceee69b390392 /opendc-web/opendc-web-ui/src/pages/_app.js | |
| parent | 829be3c973f5ca837431c3ca10909412b675e668 (diff) | |
feat(ui): Add initial support for PatternFly 4 framework
This change adds support in our Next.js application for the PatternFly 4
design framework. This framework is built by RedHat and provides several
components that are useful for the space in which OpenDC operates.
Diffstat (limited to 'opendc-web/opendc-web-ui/src/pages/_app.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/_app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-web/opendc-web-ui/src/pages/_app.js b/opendc-web/opendc-web-ui/src/pages/_app.js index 6a7200d5..78402323 100644 --- a/opendc-web/opendc-web-ui/src/pages/_app.js +++ b/opendc-web/opendc-web-ui/src/pages/_app.js @@ -25,6 +25,7 @@ import Head from 'next/head' import { Provider } from 'react-redux' import { useStore } from '../redux' import '../index.scss' +import '@patternfly/react-core/dist/styles/base.css' import { AuthProvider, useAuth } from '../auth' import * as Sentry from '@sentry/react' import { Integrations } from '@sentry/tracing' |
