From 4d21fa86382b78cef1f5d1888612be58665597a3 Mon Sep 17 00:00:00 2001 From: Lindsay Wardell Date: Mon, 18 Dec 2023 11:25:22 -0800 Subject: [PATCH] Update label --- component-catalog/src/Examples/Block.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component-catalog/src/Examples/Block.elm b/component-catalog/src/Examples/Block.elm index d2419eb3d..0b497431e 100644 --- a/component-catalog/src/Examples/Block.elm +++ b/component-catalog/src/Examples/Block.elm @@ -654,10 +654,10 @@ borderStyleContent : Control ( String, Block.Attribute msg ) borderStyleContent = Control.choice [ ( "Dashed" - , Control.value ( "Dashed", Block.dashed ) + , Control.value ( "Block.dashed", Block.dashed ) ) , ( "Underline" - , Control.value ( "Underline", Block.underline ) + , Control.value ( "Block.underline", Block.underline ) ) ]