- {!!item.icon && }
+ {!!item.icon && (
+
+ )}
{item.label || item.key}
|
@@ -48,6 +50,7 @@ const VariableTable = ({
name={'common/settingLight'}
w={'16px'}
cursor={'pointer'}
+ _hover={{ color: 'primary.600' }}
onClick={() => onEdit(item.key)}
/>
) =>
bg={'white'}
borderRadius={'xs'}
mx={2}
+ color={'primary.600'}
onClick={() => {
onUpdateList(
updateList.map((update, i) => {