Commit 707be3c4 authored by afc163's avatar afc163

Remove unused component RadioText

parent 2b01db7a
import React from 'react';
import { Radio } from 'antd';
import styles from './index.less';
export default props => (
<div className={styles.radioText}>
<Radio.Button {...props} />
</div>
);
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";
.radioText {
display: inline;
:global {
.ant-radio-button-wrapper {
border: none;
padding: 0 12px;
}
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment