Remove color="teal" textColor="white" from ContactChip to avoid broken maven build
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bef2ae40 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bef2ae40 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bef2ae40 Branch: refs/heads/feature/mdl Commit: bef2ae4048e213f0fc30661cdb3c9ab092c473c3 Parents: 6fd4482 Author: Carlos Rovira <[email protected]> Authored: Fri Dec 16 12:47:30 2016 +0100 Committer: Carlos Rovira <[email protected]> Committed: Fri Dec 16 12:47:30 2016 +0100 ---------------------------------------------------------------------- examples/flexjs/MDLExample/src/main/flex/Chips.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bef2ae40/examples/flexjs/MDLExample/src/main/flex/Chips.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/Chips.mxml b/examples/flexjs/MDLExample/src/main/flex/Chips.mxml index 0f27ec5..6dfd2f8 100644 --- a/examples/flexjs/MDLExample/src/main/flex/Chips.mxml +++ b/examples/flexjs/MDLExample/src/main/flex/Chips.mxml @@ -53,7 +53,7 @@ limitations under the License. <mdl:GridCell column="5"> <mdl:Chip text="Contact Chip"> <mdl:beads> - <mdl:ContactChip contactText="A" color="teal" textColor="white"/> + <mdl:ContactChip contactText="A"/> <mdl:MaterialIconCancel /> <mdl:DeletableChip /> </mdl:beads>
