Skip to content

Commit

Permalink
feat(WebexMeeting): use momentum css directly
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweeks committed Sep 24, 2020
1 parent 1fa7bb7 commit b1877c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/widgets/WebexMeeting/WebexMeeting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import Webex from 'webex';
import {WebexMeeting, WebexDataProvider} from '@webex/components';
import WebexSDKAdapter from '@webex/sdk-component-adapter';

import '@webex/components/dist/webexComponents.css';
import '@momentum-ui/core/css/momentum-ui.min.css';
import '@webex/components/dist/css/webex-components.css';
import './WebexMeeting.css';

/**
Expand Down

0 comments on commit b1877c8

Please sign in to comment.