diff --git a/src/components/EditableValue.tsx b/src/components/EditableValue.tsx index 28d3cdc7..edaf66b5 100644 --- a/src/components/EditableValue.tsx +++ b/src/components/EditableValue.tsx @@ -1,5 +1,6 @@ import { useState, useCallback, useRef } from 'react' import { normalizeUrl, openExternalUrl } from '../utils/url' +import { getTagStyle } from '../utils/tagStyles' export function UrlValue({ value, @@ -211,11 +212,12 @@ export function TagPillList({ ) : ( handleStartEdit(idx)} @@ -223,8 +225,8 @@ export function TagPillList({ > {item}