From 169f48deb4e76d66ed908a1efeb8468822d2df31 Mon Sep 17 00:00:00 2001 From: Johnn Mis Date: Thu, 25 Feb 2021 11:00:27 -0600 Subject: [PATCH] Added changeset file --- .changeset/silly-dolphins-repair.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/silly-dolphins-repair.md diff --git a/.changeset/silly-dolphins-repair.md b/.changeset/silly-dolphins-repair.md new file mode 100644 index 0000000000..d09504297e --- /dev/null +++ b/.changeset/silly-dolphins-repair.md @@ -0,0 +1,5 @@ +--- +'@backstage/core': minor +--- + +Added the color prop to TrendLine from the Sparklines props types to be able to have custom colors.