Update propertyCategories.js

This commit is contained in:
Joe 2020-05-29 09:39:47 +01:00
parent 17e6bf261b
commit 69d6109c33
1 changed files with 15 additions and 17 deletions

View File

@ -176,7 +176,6 @@ export const typography = [
{ label: "700", value: "700" },
{ label: "800", value: "800" },
{ label: "900", value: "900" },
],
},
{ label: "size", key: "font-size", defaultValue: "", control: Input },
@ -203,7 +202,6 @@ export const typography = [
{ label: "Overline", value: "overline" },
{ label: "Line-through", value: "line-through" },
{ label: "Under Over", value: "underline overline" },
],
},