diff --git a/src/components/uniforms-frontmatter/ListDelField.tsx b/src/components/uniforms-frontmatter/ListDelField.tsx
index e5972c4f..5afca01e 100644
--- a/src/components/uniforms-frontmatter/ListDelField.tsx
+++ b/src/components/uniforms-frontmatter/ListDelField.tsx
@@ -29,7 +29,7 @@ function ListDel({ disabled, name, readOnly, ...props }: ListDelFieldProps) {
return (
.fields {
> div > label:first-of-type {
- color: var(--primary-color);
+ color: var(--frontmatter-text);
}
> div:not(:first-child) > label:first-of-type {
margin-block-start: 2rem;
- border-block-start: 1px solid;
+ border-block-start: 1px solid var(--frontmatter-border);
padding-block-start: 2rem;
}
}