Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 211ce48

Browse files
committed
chore(styles): rm unneeded antd styles
1 parent 78ca09c commit 211ce48

File tree

3 files changed

+3
-831
lines changed

3 files changed

+3
-831
lines changed

containers/CommunitySetter/Message.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Alert } from 'antd'
3+
import 'antd/lib/alert/style/index.css'
34

45
const Message = () => (
56
<Alert

containers/VideoEditor/AlertMessage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Alert } from 'antd'
3+
import 'antd/lib/alert/style/index.css'
34

45
import { Margin } from '@components/BaseStyled'
56
import { ICON_CMD } from '@config'

0 commit comments

Comments
 (0)