mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
change cartoonist roughness (#582)
This commit is contained in:
parent
7b842fc330
commit
e17f743df1
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ export const actionChangeSloppiness: Action = {
|
||||||
options={[
|
options={[
|
||||||
{ value: 0, text: t("labels.architect") },
|
{ value: 0, text: t("labels.architect") },
|
||||||
{ value: 1, text: t("labels.artist") },
|
{ value: 1, text: t("labels.artist") },
|
||||||
{ value: 3, text: t("labels.cartoonist") },
|
{ value: 2, text: t("labels.cartoonist") },
|
||||||
]}
|
]}
|
||||||
value={getFormValue(
|
value={getFormValue(
|
||||||
appState.editingElement,
|
appState.editingElement,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue