diff --git a/app/imports/client/ui/properties/forms/AttributeForm.vue b/app/imports/client/ui/properties/forms/AttributeForm.vue
index ed9d01e2..238d097b 100644
--- a/app/imports/client/ui/properties/forms/AttributeForm.vue
+++ b/app/imports/client/ui/properties/forms/AttributeForm.vue
@@ -77,18 +77,37 @@
- $emit('change', {path: ['healthBarColorMid'], value})"
- />
- $emit('change', {path: ['healthBarColorLow'], value})"
- />
+
+
+ Damaged Colors:
+
+
+ $emit('change', {path: ['healthBarColorMid'], value})"
+ />
+
+
+ $emit('change', {path: ['healthBarColorLow'], value})"
+ />
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -270,11 +277,13 @@ import FormSections from '/imports/client/ui/properties/forms/shared/FormSection
import propertyFormMixin from '/imports/client/ui/properties/forms/shared/propertyFormMixin.js';
import ColorPicker from '/imports/client/ui/components/ColorPicker.vue';
import ResetSelector from '/imports/client/ui/components/ResetSelector.vue';
+import OutlinedInput from '/imports/client/ui/properties/viewers/shared/OutlinedInput.vue';
export default {
components: {
FormSection,
FormSections,
+ OutlinedInput,
ColorPicker,
ResetSelector,
},