Skip to content

Commit

Permalink
fix(reactExample): fix css in Knowledge Graph Component
Browse files Browse the repository at this point in the history
  • Loading branch information
MO-Elmu committed Aug 1, 2023
1 parent 8722b33 commit 7b5a4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/react-app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { StrictMode } from 'react';
import router from './router';

import { Density, Mode, applyDensity, applyMode } from '@cloudscape-design/global-styles';
import '@cloudscape-design/global-styles/index.css';
import '@iot-app-kit/components/styles.css';

applyDensity(Density.Comfortable);
applyMode(Mode.Dark);
Expand Down

0 comments on commit 7b5a4e4

Please sign in to comment.