diff --git a/frontend/src/components/AddButton/index.tsx b/frontend/src/components/AddButton/index.tsx index 66816ba..705911c 100644 --- a/frontend/src/components/AddButton/index.tsx +++ b/frontend/src/components/AddButton/index.tsx @@ -66,7 +66,6 @@ export function AddButton({ size="md" onClick={() => onClick({})} bg="secondary" - c="primary" style={{ outlineOffset: "2px", outline: "1px solid var(--mantine-color-secondary-1)", diff --git a/frontend/src/components/SubmissionFeed/Item.tsx b/frontend/src/components/SubmissionFeed/Item.tsx index faff98c..e343af2 100644 --- a/frontend/src/components/SubmissionFeed/Item.tsx +++ b/frontend/src/components/SubmissionFeed/Item.tsx @@ -30,17 +30,13 @@ export function Item({ data }: ItemProps) { - {data.content} + {data.content} {data?.feature?.geometry?.coordinates?.length === 2 && (