[fix] Text default border style

Close #1335
This commit is contained in:
ashbhir
2019-05-02 01:23:30 +05:30
committed by Nicolas Gallagher
parent 27713bd8cc
commit cc99391f9d
+1 -1
View File
@@ -110,7 +110,7 @@ class Text extends Component<*> {
const classes = css.create({
text: {
borderWidth: 0,
border: '0 solid black',
boxSizing: 'border-box',
color: 'black',
display: 'inline',