From f26f1b3ffdde15eb047f369a78a250e1c150bb56 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Thu, 21 Nov 2024 19:52:24 -0800 Subject: [PATCH] fix arg --- packages/calcite-components/src/components/link/link.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/calcite-components/src/components/link/link.scss b/packages/calcite-components/src/components/link/link.scss index c5330efb4bf..1506886179f 100644 --- a/packages/calcite-components/src/components/link/link.scss +++ b/packages/calcite-components/src/components/link/link.scss @@ -29,7 +29,7 @@ text-decoration: none; } - @include transition-default($merge-props: "background-size"); + @include transition-default($extra-props: "background-size"); } // focus styles