mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix typo in "Opacity" (#489)
This commit is contained in:
parent
20cf1078fc
commit
e657372ae4
2 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ export const actionChangeOpacity: Action = {
|
|||
},
|
||||
PanelComponent: ({ elements, appState, updateData, t }) => (
|
||||
<>
|
||||
<h5>{t("labels.oppacity")}</h5>
|
||||
<h5>{t("labels.opacity")}</h5>
|
||||
<input
|
||||
type="range"
|
||||
min="0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue