From 2b29b9a96d259a41c3755dbf20253960be3bcabe Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 3 Nov 2021 21:31:27 +0200 Subject: [PATCH] chore: Consistent case for clear canvas, change font of buttons and clean up unused strings (#4195) * chore: Consistent case for clear canvas and font * Remove unused * remove --- src/components/ToolIcon.scss | 1 - src/locales/en.json | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss index cab64da7..c7c421db 100644 --- a/src/components/ToolIcon.scss +++ b/src/components/ToolIcon.scss @@ -6,7 +6,6 @@ display: inline-flex; align-items: center; position: relative; - font-family: Cascadia; cursor: pointer; -webkit-tap-highlight-color: transparent; border-radius: var(--space-factor); diff --git a/src/locales/en.json b/src/locales/en.json index 910b38d7..4e2b24f3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -20,10 +20,6 @@ "background": "Background", "fill": "Fill", "strokeWidth": "Stroke width", - "strokeShape": "Stroke shape", - "strokeShape_gel": "Gel pen", - "strokeShape_fountain": "Fountain pen", - "strokeShape_brush": "Brush pen", "strokeStyle": "Stroke style", "strokeStyle_solid": "Solid", "strokeStyle_dashed": "Dashed", @@ -271,7 +267,7 @@ "zoomToSelection": "Zoom to selection" }, "clearCanvasDialog": { - "title": "Clear Canvas" + "title": "Clear canvas" }, "encrypted": { "tooltip": "Your drawings are end-to-end encrypted so Excalidraw's servers will never see them.",