diff --git a/src/components/ColorInput.tsx b/src/components/ColorInput.tsx index 9f04e8e2..31dc5ab1 100644 --- a/src/components/ColorInput.tsx +++ b/src/components/ColorInput.tsx @@ -99,10 +99,10 @@ export function ColorEditableValue({ value, isEditing, onStartEdit, onSave, onCa } return ( - + {showSwatch && } diff --git a/src/components/DynamicPropertiesPanel.tsx b/src/components/DynamicPropertiesPanel.tsx index b3abebde..3d245261 100644 --- a/src/components/DynamicPropertiesPanel.tsx +++ b/src/components/DynamicPropertiesPanel.tsx @@ -53,7 +53,7 @@ function PropertyRow({ propKey, value, editingKey, displayMode, autoMode, vaultS } return ( -
+
{toSentenceCase(propKey)} {onDelete && ( diff --git a/src/components/EditableValue.tsx b/src/components/EditableValue.tsx index cf471e86..b17f77d3 100644 --- a/src/components/EditableValue.tsx +++ b/src/components/EditableValue.tsx @@ -66,7 +66,7 @@ export function UrlValue({ return ( @@ -212,11 +212,11 @@ export function TagPillList({ ) : ( ) : ( ) : ( @@ -68,7 +68,8 @@ export function TypeSelector({ isA, customColorKey, availableTypes, typeColorKey background: typeLightColor ?? undefined, color: typeColor ?? undefined, borderRadius: 6, - padding: '4px 8px', + padding: '0 8px', + height: 24, fontSize: 12, fontWeight: 500, }}