From a36ac7242bb2e29bb9e9f897aa26bb742d83f76a Mon Sep 17 00:00:00 2001 From: Maria A Nunez Date: Thu, 19 Mar 2020 11:59:34 -0400 Subject: [PATCH] GH-22 - Changed delete character to icon in config settings component (#23) * Changed delete character to icon in config settings component * Linting * Updated font size for delete icon --- .../admin_settings/custom_attribute/custom_attribute.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/admin_settings/custom_attribute/custom_attribute.jsx b/webapp/src/components/admin_settings/custom_attribute/custom_attribute.jsx index 7939fd5..24fdad2 100644 --- a/webapp/src/components/admin_settings/custom_attribute/custom_attribute.jsx +++ b/webapp/src/components/admin_settings/custom_attribute/custom_attribute.jsx @@ -120,7 +120,7 @@ export default class CustomAttribute extends React.Component { style={styles.deleteIcon} onClick={this.handleDelete} > - {'\u2296'} + ); @@ -189,7 +189,7 @@ const styles = { width: '24px', color: '#DB1C34', fontFamily: 'material', - fontSize: '32px', + fontSize: '20px', lineHeight: '32px', margin: '0 0 0 -12px', },