diff --git a/frontend/editor/src/core/components/tools/sign/SignSettings.tsx b/frontend/editor/src/core/components/tools/sign/SignSettings.tsx index 17a348ed8..bdaa47393 100644 --- a/frontend/editor/src/core/components/tools/sign/SignSettings.tsx +++ b/frontend/editor/src/core/components/tools/sign/SignSettings.tsx @@ -1137,7 +1137,7 @@ const SignSettings = ({ gap: "0.4rem", }} > - + {translate("mode.pause", "Pause placement")} diff --git a/frontend/editor/src/core/components/viewer/CommentsSidebar.tsx b/frontend/editor/src/core/components/viewer/CommentsSidebar.tsx index ffd39517a..0c7cb6dfb 100644 --- a/frontend/editor/src/core/components/viewer/CommentsSidebar.tsx +++ b/frontend/editor/src/core/components/viewer/CommentsSidebar.tsx @@ -125,7 +125,7 @@ const TOOL_ICON_MAP: Record = { squiggly: "show-chart", ink: "edit", inkHighlighter: "brush", - square: "crop-square", + square: "crop-square-outline", circle: "radio-button-unchecked", line: "show-chart", lineArrow: "show-chart", @@ -144,7 +144,7 @@ function getIconByType(type: number | undefined): string { if (type === 1) return "comment"; if (type === 3) return "sticky-note-2"; if (type === 4 || type === 8) return "show-chart"; - if (type === 5) return "crop-square"; + if (type === 5) return "crop-square-outline"; if (type === 6) return "radio-button-unchecked"; if (type === 7 || type === 8) return "change-history"; if (type === 9) return "highlight"; diff --git a/frontend/editor/src/core/tools/annotate/AnnotationPanel.tsx b/frontend/editor/src/core/tools/annotate/AnnotationPanel.tsx index eead60303..f65b031d1 100644 --- a/frontend/editor/src/core/tools/annotate/AnnotationPanel.tsx +++ b/frontend/editor/src/core/tools/annotate/AnnotationPanel.tsx @@ -259,7 +259,7 @@ export function AnnotationPanel(props: AnnotationPanelProps) { { id: "square", label: t("annotation.square", "Square"), - icon: "crop-square", + icon: "crop-square-outline", }, { id: "circle", diff --git a/frontend/editor/src/proprietary/components/shared/config/configSections/AdminDatabaseSection.tsx b/frontend/editor/src/proprietary/components/shared/config/configSections/AdminDatabaseSection.tsx index 0d1444c84..68051b178 100644 --- a/frontend/editor/src/proprietary/components/shared/config/configSections/AdminDatabaseSection.tsx +++ b/frontend/editor/src/proprietary/components/shared/config/configSections/AdminDatabaseSection.tsx @@ -797,11 +797,7 @@ export default function AdminDatabaseSection() {