Skip to content

Commit

Permalink
Load the patternfly icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhoyos committed Oct 23, 2024
1 parent 5479810 commit 51aa0e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/src/openshift/components/KialiContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import { globalStyle as ossmcStyle } from '../styles/GlobalStyle';
import kialiCSSVariables from 'styles/variables.module.scss';
import ossmcCSSVariables from '../styles/variables.module.scss';

// Load the pf-icons
import '@patternfly/patternfly/patternfly-base.css';

// Load the tooltip style
import 'tippy.js/dist/tippy.css';
import 'tippy.js/dist/themes/light-border.css';

Expand Down

0 comments on commit 51aa0e6

Please sign in to comment.