diff --git a/src/fields/color.jsx b/src/fields/color.jsx
index 26ad8fba..27d2e1a5 100644
--- a/src/fields/color.jsx
+++ b/src/fields/color.jsx
@@ -1,5 +1,6 @@
import React from 'react'
-import { Select, Input } from 'rebass'
+import { Label, Input } from 'rebass'
+import {inputBase} from '../theme'
/*** Number fields with support for min, max and units and documentation*/
class ColorField extends React.Component {
@@ -16,12 +17,16 @@ static propTypes = {
}
render() {
- return
+ return
+
+
+
}
}
diff --git a/src/fields/number.jsx b/src/fields/number.jsx
index 996325c7..7a3ce7fe 100644
--- a/src/fields/number.jsx
+++ b/src/fields/number.jsx
@@ -1,5 +1,6 @@
import React from 'react'
-import { Select, Input } from 'rebass'
+import { Label, Input } from 'rebass'
+import {inputBase} from '../theme'
/*** Number fields with support for min, max and units and documentation*/
class NumberField extends React.Component {
@@ -19,13 +20,17 @@ class NumberField extends React.Component {
}
render() {
- return
+ return
+
+
+
}
}
diff --git a/src/fields/string.jsx b/src/fields/string.jsx
index 191e2b32..79e938e7 100644
--- a/src/fields/string.jsx
+++ b/src/fields/string.jsx
@@ -1,5 +1,6 @@
import React from 'react'
-import { Input } from 'rebass'
+import { Label, Input } from 'rebass'
+import {inputBase} from '../theme'
/*** Number fields with support for min, max and units and documentation*/
class StringField extends React.Component {
@@ -16,12 +17,16 @@ static propTypes = {
}
render() {
- return
+ return