fix typo in align-horizontal-distribute icon names (#534)

This commit is contained in:
RFarkas
2022-03-21 09:30:07 +01:00
committed by GitHub
parent e7c4542aaf
commit 66d699dbe9
4 changed files with 3 additions and 3 deletions

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 407 B

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 360 B

+3 -3
View File
@@ -72,7 +72,7 @@
"flex",
"justify"
],
"align-horizonal-distribute-center": [
"align-horizontal-distribute-center": [
"items",
"flex",
"justify",
@@ -80,13 +80,13 @@
"evenly",
"around"
],
"align-horizonal-distribute-end": [
"align-horizontal-distribute-end": [
"right",
"items",
"flex",
"justify"
],
"align-horizonal-distribute-start": [
"align-horizontal-distribute-start": [
"left",
"items",
"flex",