Update propertyCategories.js
This commit is contained in:
parent
17e6bf261b
commit
69d6109c33
|
@ -176,7 +176,6 @@ export const typography = [
|
||||||
{ label: "700", value: "700" },
|
{ label: "700", value: "700" },
|
||||||
{ label: "800", value: "800" },
|
{ label: "800", value: "800" },
|
||||||
{ label: "900", value: "900" },
|
{ label: "900", value: "900" },
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ label: "size", key: "font-size", defaultValue: "", control: Input },
|
{ label: "size", key: "font-size", defaultValue: "", control: Input },
|
||||||
|
@ -203,7 +202,6 @@ export const typography = [
|
||||||
{ label: "Overline", value: "overline" },
|
{ label: "Overline", value: "overline" },
|
||||||
{ label: "Line-through", value: "line-through" },
|
{ label: "Line-through", value: "line-through" },
|
||||||
{ label: "Under Over", value: "underline overline" },
|
{ label: "Under Over", value: "underline overline" },
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue